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

https://github.com/vsnaichuk/nodejs-shop-api

REST API created using Node.js, Express.js and MongoDB
https://github.com/vsnaichuk/nodejs-shop-api

express jwt mongodb mongoose nodejs

Last synced: 3 months ago
JSON representation

REST API created using Node.js, Express.js and MongoDB

Awesome Lists containing this project

README

        

## E-commerce API

A basic online store REST API written with Node.js, Express.js and MongoDB

## Built With

This project built using these technologies:
- Node.js
- Express
- MongoDB
- JSON Web Tokens
- WebStorm

## Installing

```terminal
$ git clone ... // clone or download this project
$ cd backend // go to server folder
$ npm install // install npm pacakges
$ npm run start // run it locally (PORT: 5000)
```