Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bacdong/nodejs-api-cms

Learn NodeJS & ExpressJS and MongoDB to build a simple Restful API for web application
https://github.com/bacdong/nodejs-api-cms

api ecommerce expressjs husky lint-staged mongodb mongoose mongoose-plugin nodejs nodemon prettier

Last synced: 17 days ago
JSON representation

Learn NodeJS & ExpressJS and MongoDB to build a simple Restful API for web application

Awesome Lists containing this project

README

        

# NodeJS & ExpressJS API - CMS

## Environment
* [NodeJS](https://github.com/nodejs) version 17.0.1
* [ExpressJS](https://github.com/expressjs/express) version 4.17.1
* [MongoDB](https://github.com/mongodb/mongo) version 5.0
* [Mongoose](https://github.com/Automattic/mongoose) version 6.0.12
* [MongooseSlugGenerator](https://www.npmjs.com/package/mongoose-slug-generator) version 1.0.4

## Install Environment
* Install packages:
```
npm install
npm install --also=dev
```

## App Start
```
npm start
```

## Coding formatter
```
npm coding-formatter
```

## Build & Deploy
* Build
```
Updating...
```

* Deploy
```
Updating...
```