Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlinv1/rest-api
- Owner: RLinV1
- Created: 2024-04-13T01:55:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:27:00.000Z (9 months ago)
- Last Synced: 2024-11-07T22:29:29.878Z (2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/usersThe PATH can be anything. An example is Rest/web-app:v1