Chandan-Nayak / docker-express-mongodb

:whale: A playground for Docker with Express and MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-express-mongodb

Generated by OSS Project Generator.

License

A playground for Docker with Express and MongoDB.

Development

  • Cloning the repo
$ git clone https://github.com/robertoachar/docker-express-mongodb.git
  • Installing dependencies
$ npm install
  • Running scripts
Action Usage
Starting development mode npm start
Linting code npm run lint

Docker

  • Building an image
$ docker-compose build
  • Running a container
$ docker-compose up
  • Stopping a container
$ docker-compose down

Rest API

User Service

Method Endpoint Description
GET /api/users Retrieves a list of users
POST /api/users Retrieves a specific user
GET /api/users/:id Creates a new user
PUT /api/users/:id Updates user
DELETE /api/users/:id Deletes user

Postman

  • postman/docker-express-mongo.postman.json

Author

Roberto Achar

License

MIT

About

:whale: A playground for Docker with Express and MongoDB.

License:MIT License


Languages

Language:JavaScript 92.7%Language:Dockerfile 7.3%