Let's you create, update and delete your notes.
Axios - To connect to backend
mongoose - To connect to MongoDB
- Clone this repo.
- Go into the directory and open it in terminal.
- Run following commands:
cd frontend
npm install
- To start frontend, run:
npm run dev
- After installation go to backend directory using
cd ../backend
- Run following commands:
npm install
- This step is optional if you have mongodb installed. Or make sure that you have docker installed on your system.
docker compose up -d
If not container does not start running in first turn then again run the same command.
- To start backend, run:
npm start