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

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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