Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rlinv1/rest-api

REST API with Docker
https://github.com/rlinv1/rest-api

Last synced: 22 days ago
JSON representation

REST API with Docker

Awesome Lists containing this project

README

        

# REST-API
REST API with Docker

## Instructions

1. First do npm init -y
2. Then do npm install
3. You can create a docker image using docker build . -t \
4. THen run a docker container using docker run -d -p 5000:5000 \
5. Then go to http://localhost:5000/users

The PATH can be anything. An example is Rest/web-app:v1