FullStackTaskManager-

A full stack task manager application built with node, react,mongodb,and mantine.

Live Demo –> https://relaxed-payne-1e4c97.netlify.app/

for running locally

  1. clone this repo.

2.run npm install in both client and server folder

3.dont forget to create .env file in root of server with two key value

MONGO_URI=MONGODB URL
PORT=5000 / your preffered port

  1. open two separate terminal open client folder in one and server folder in another.

  2. run “npm run dev”(without quotes) in both termimal to start the development server.

6.visit localhost:3000 to see the site live locally.

HAPPY CODING!

GitHub

View Github