Skip to content
/ forum Public

Full stack forum made with Go and Vuejs, it allows to create accounts, posts and comments, rate them, communicate with other users and a whole lot more

License

Notifications You must be signed in to change notification settings

Sarmerer/forum

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2021
Dec 19, 2020
Mar 2, 2022
Nov 4, 2020
Apr 11, 2021
Dec 7, 2020
Dec 11, 2020
Jan 6, 2021
Feb 3, 2021

Repository files navigation

Getting started

Requirements

Once you have fulfilled all the requirements:

make go
# in separate terminal
make vue

or without make:

cd api && bash -c  "go run main.go"
# in separate terminal
cd ui && npm i && npm run serve

Then wait for vue to finish the build, and open the link vue cli has provided

License

MIT - Sarmerer, sarmai

About

Full stack forum made with Go and Vuejs, it allows to create accounts, posts and comments, rate them, communicate with other users and a whole lot more

Topics

Resources

License

Stars

Watchers

Forks