Skip to content

Evande1/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-manager

Evan A0231054W

How to setup project

  1. Git clone project
  2. Create a mongoDB Atlas Cluster and copy Database link. Replace the password and <> with the password that came with the Atlas Cluster.

first

second

third

  1. 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

  2. cd to frontend and run npm install to ensure all dependencies are installed

How to run locally

  1. Starting backend, cd to backend and run
go run ./ 
  1. Starting frontend, in another terminal, cd to frontend and run
npm run start:dev
  1. Wait for a while and react app should start in a web browser

Actual application

Navigation

Home page contains all the tasks

fourth

Urgent,current,optional page contains tasks filtered based on their priority

Add task (Completed tasks are highlighted in green) fifth

Edit Task sixth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published