https://github.com/danielrohers/nodejs-express-api-atomic
Atomic API application featuring Node.js, Express and MongoDB
https://github.com/danielrohers/nodejs-express-api-atomic
api atomic express mongodb mongoose node
Last synced: 3 months ago
JSON representation
Atomic API application featuring Node.js, Express and MongoDB
- Host: GitHub
- URL: https://github.com/danielrohers/nodejs-express-api-atomic
- Owner: danielrohers
- License: other
- Created: 2017-02-14T22:54:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T02:59:19.000Z (over 9 years ago)
- Last Synced: 2025-03-18T03:31:40.348Z (over 1 year ago)
- Topics: api, atomic, express, mongodb, mongoose, node
- Language: JavaScript
- Homepage:
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Express API Atomic
[](https://travis-ci.org/danielrohers/nodejs-express-api-atomic)
[](https://codeclimate.com/github/danielrohers/nodejs-express-api-atomic)
[](https://david-dm.org/danielrohers/nodejs-express-api-atomic)
[](https://david-dm.org/danielrohers/nodejs-express-api-atomic#info=devDependencies)
## Setup
**Requirements**
> [MongoDB](https://www.mongodb.org)
> [Node.js](https://nodejs.org)
**Install dependencies**
```bash
$ [sudo] npm install
```
or
```bash
$ yarn
```
## Launching
First start MongoDB if you don't have a running instance
```bash
$ mongod
```
**Development**
```bash
$ npm start
```
or use [nodemon](https://www.npmjs.com/package/nodemon)
```bash
$ npm run dev
```
**Production**
```bash
$ node bin/www
```
[Running Example](https://nodejs-express-api-atomic.herokuapp.com)
## License
[Licence](LICENSE)