Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcoetmx/octolion-shop
https://github.com/marcoetmx/octolion-shop
api express jwt mongodb nodejs passport pug
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcoetmx/octolion-shop
- Owner: marcoETmx
- Created: 2020-04-25T18:29:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:17:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:07:51.722Z (almost 2 years ago)
- Topics: api, express, jwt, mongodb, nodejs, passport, pug
- Language: JavaScript
- Homepage: https://octolion-shop.now.sh/
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies API
Express course project, movies API, this project build with:
- Node.JS
- Express
- MongoDBOther dependencies:
- @hapi/boom
- @hapi/joi
- dotenv
- nodemon
- mocha
- supertest
- proxyquire## Demo
If you want to see the demo of this project deployed, you can visit [Movies API](https://movies-api-beta.now.sh/api/movies)## How to clone
* Clone the project
* Create a account in [MongoDB Atlas](https://www.mongodb.com/cloud/atlas)
* Fill the config file env## Installation
To install this project just type and execute```bash
npm install
```You need to
## Run
```bash
npm run dev
```The project run in http://localhost:3000/
## API Docs
You can access to documents in [Postman](https://documenter.getpostman.com/view/1441429/SzfCSjn4?version=latest)
You can import collections in [Postman](https://www.getpostman.com/collections/118bbb03c47aebf4aec9)