Backend for Scribble Micro-Bloggoing App
To run this project, you will need to add the following environment variables to your .env file
BASE_URL (Frontend)
MONGO_STRING
JWT_SECRET
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_SECRET
CLOUDINARY_API_KEY
Clone the project
git clone https://github.com/rishabhraikwar98/Scribble-APIGo to the project directory
cd Scribble-APIInstall dependencies
npm installStart the server
npm run start