Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
REST API created using Node.js, Express.js and MongoDB
- Host: GitHub
- URL: https://github.com/vsnaichuk/nodejs-shop-api
- Owner: vsnaichuk
- Created: 2021-03-09T13:04:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T12:18:38.000Z (over 3 years ago)
- Last Synced: 2024-12-17T03:33:04.555Z (about 2 months ago)
- Topics: express, jwt, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```