Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcoetmx/movies-api
This project is an example for Movie API
https://github.com/marcoetmx/movies-api
api express expressjs mongodb node nodejs now
Last synced: 1 day ago
JSON representation
This project is an example for Movie API
- Host: GitHub
- URL: https://github.com/marcoetmx/movies-api
- Owner: marcoETmx
- Created: 2020-04-26T18:11:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:18:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:07:51.663Z (almost 2 years ago)
- Topics: api, express, expressjs, mongodb, node, nodejs, now
- Language: JavaScript
- Homepage: https://movies-api-beta.now.sh/api/movies
- Size: 946 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
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)