Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 516 Bytes

File metadata and controls

11 lines (9 loc) · 516 Bytes

ForumProject

Name: Low Hsin Yi

Setup:

  1. For frontend, open a terminal, cd .\Frontend\ and run the command "npm run dev"
  2. Open database.go and input user and password for the database
  3. Use the query in databaseCreation.sql to created the database tables
  4. 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