Name: Low Hsin Yi
Setup:
- For frontend, open a terminal, cd .\Frontend\ and run the command "npm run dev"
- Open database.go and input user and password for the database
- Use the query in databaseCreation.sql to created the database tables
- For backend, on a different terminal at the same time, cd .\Backend\src\forum\ and run the command "go run main.go"
*At this point, only the login function is working, the rest is still work in progress Current stage: linking the functions for threads