https://github.com/coderdotjs/mongoose-express
https://github.com/coderdotjs/mongoose-express
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdotjs/mongoose-express
- Owner: CoderDotJs
- Created: 2023-11-25T18:21:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T14:22:30.000Z (about 2 years ago)
- Last Synced: 2025-03-30T02:11:39.249Z (11 months ago)
- Language: TypeScript
- Homepage: https://mongoose-express-ten.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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...