Evan A0231054W
- Git clone project
- Create a mongoDB Atlas Cluster and copy Database link. Replace the password and <> with the password that came with the Atlas Cluster.
-
create an app.env file and paste DB_SOURCE=mongodb+srv://evan:<>@task-manager.ttttk.mongodb.net/myFirstDatabase?retryWrites=true&w=majority in the same directory as main.go
-
cd to frontend and run npm install to ensure all dependencies are installed
- Starting backend, cd to backend and run
go run ./
- Starting frontend, in another terminal, cd to frontend and run
npm run start:dev
- Wait for a while and react app should start in a web browser
Home page contains all the tasks
Urgent,current,optional page contains tasks filtered based on their priority