Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abkarim/server-core

Core files for Node.js server with MongoDB in decoupled architechture
https://github.com/abkarim/server-core

api-server eslint express express-server express-server-boilerplate jwt mongodb mongoose node-server nodejs template-repository

Last synced: 16 days ago
JSON representation

Core files for Node.js server with MongoDB in decoupled architechture

Awesome Lists containing this project

README

        

# Core Server

Nodejs API server starter project

## Tech

- Node.js
- MongoDB
- Express
- Mongoose
- JWT

## Useful commands

Run development server `nodemon`

```
npm run dev
```

Run production server

```
npm start
```