An open API service indexing awesome lists of open source software.

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

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)