A Fetch day API project for Internship assignment
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
Clone the project
git clone https://github.com/samrat222/getDay-api.gitGo to the project directory in the Backend
cd BackendInstall dependencies
npm installStart the server
npm startGo to the project directory in the Frontend
cd FrontendInstall dependencies
npm installStart the server
npm run dev