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
- 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
-
open two separate terminal open client folder in one and server folder in another.
-
run “npm run dev”(without quotes) in both termimal to start the development server.
6.visit localhost:3000 to see the site live locally.