Skip to content

🐳 A playground for Docker with MEAN stack.

License

Notifications You must be signed in to change notification settings

robertoachar/docker-mean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mean

License

A playground for Docker with MEAN stack.

Markdown Course

Development

  • Cloning the repo
$ git clone https://github.com/robertoachar/docker-mean.git
  • Installing dependencies
$ npm install

Docker

  • Build image
$ docker-compose build
  • Start containers
$ docker-compose up
  • Stop containers
$ docker-compose down

User Endpoint

Endpoint for managing users.

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

Postman

  • postman/docker-mean.postman.json

Author

Roberto Achar

License

MIT