cNotebook - Your notes are in cloud and safe (A full Stack Project).
https://cloud-notebooks.netlify.app/
Frontend : React Js, Tailwind CSS
Backend : Node Js, Express Js, Rest API
Database : MongoDB
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies in both folder
npm installStart the server
nodemon indexStart the frontend
npm run start