#Intro This is a Simple Task Management System.
#Technologies
- for the frontend I used React.js and Material-UI
- for the backend I used Node.js and Express.js
- for the database I used MongoDB
#How to run the project
- Clone the repository
- Go to the project directory
- There are two directories: frontend and backend
- Go to the backend directory in terminal and run
npm install
and thennode app.js
- Open another terminal.
- Go to the frontend directory in this terminal and run
npm install
and thennpm run dev