Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.38 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.38 KB

Task-management

Task management to assign task to users

Backend setup

.env variable

PORT, mongoUrl, JWT_SECRET

Install Dependencies

npm install 

Also install nodemon if not present in your global system npm install nodemon

Start server

npm start

frontend setup

Install Dependencies

npm install 

Check API PORT

  1. Go to frontend/src/API folder and check both files and change the port number of API's with your backend Port number

Start server

npm start

Create account

  1. Now open application in browser.
  2. Register with your mail or username and passward.
  3. Login with your credintials.
  4. Now you will be able to see your Task dashboard.

It's Ready to use now

image-url

image

image

image

image