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

https://github.com/coderdotjs/mongoose-express


https://github.com/coderdotjs/mongoose-express

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🚀Mongoose Express

A clear instructions on how to run the application locally.

## 🚀Run Locally

Clone the project

```bash
git clone git@github.com:CoderDotJs/mongoose-express.git
```

Go to the project directory

```bash
cd mongoose-express
```

Install dependencies

```bash
npm install
```

Start the server as dev

```bash
npm run start:dev
```

Start the server as production

```bash
npm run start:prod
```

## 🚀Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`NODE_ENV=development`

`PORT=8000`

`DATABASE_URL=mongodb+srv://...`

`BCRYPT_SALT_ROUNDS=12`

## 🚀 About Me

I'm a full stack developer...