https://github.com/rishabhraikwar98/scribble-api
Backend for Scribble social media app created with MERN Stack
https://github.com/rishabhraikwar98/scribble-api
express-js jwt-authentication mern-stack mongodb mongoose nodejs social-media
Last synced: about 1 year ago
JSON representation
Backend for Scribble social media app created with MERN Stack
- Host: GitHub
- URL: https://github.com/rishabhraikwar98/scribble-api
- Owner: rishabhraikwar98
- Created: 2024-01-31T07:21:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:42:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T16:56:24.110Z (about 1 year ago)
- Topics: express-js, jwt-authentication, mern-stack, mongodb, mongoose, nodejs, social-media
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scribble API
Backend for Scribble Micro-Bloggoing App
## Environment Variables
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`
## Run Locally
Clone the project
```bash
git clone https://github.com/rishabhraikwar98/Scribble-API
```
Go to the project directory
```bash
cd Scribble-API
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Documentation
[Postman Documentation](https://documenter.getpostman.com/view/23693325/2sA35A6jGG)