Django Backend server for CZ3002 project
- Miniconda installed to user folder
- PostgreSQL with ip/port at localhost:5432
- SQL Account with (username: user) and (password: userpassword)
- Run SetupCondaEnv.bat to setup the CZ3002 anaconda environment
- Ensure that PostgreSQL is running
- Start anaconda console window
- Activate the CZ3002 Environment ( conda activate CZ3002 )
- Run "runserver.bat" inside ./src/server
- Stop the server with CTRL-C