Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Started

To 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.