Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turskyi/node_rest_shop
A restful api with node.js template. Follows the Building a RESTful API with Node.js tutorial by Academind YouTube channel.
https://github.com/turskyi/node_rest_shop
nodejs restful-api
Last synced: 30 days ago
JSON representation
A restful api with node.js template. Follows the Building a RESTful API with Node.js tutorial by Academind YouTube channel.
- Host: GitHub
- URL: https://github.com/turskyi/node_rest_shop
- Owner: Turskyi
- Created: 2023-10-11T02:32:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-11T17:58:55.000Z (about 1 year ago)
- Last Synced: 2024-04-18T07:20:39.439Z (9 months ago)
- Topics: nodejs, restful-api
- Language: JavaScript
- Homepage:
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node_rest_shop
A restful api with node.js template. Follows the Building a RESTful API with Node.js tutorial by Academind YouTube channel.
## Getting StartedTo run this project locally, you must have Node.js on your machine.
First, run the development server:```bash
npm start
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.