Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivamka1/imdb-catalogue
Catalogue for IMDB movies.
https://github.com/shivamka1/imdb-catalogue
axios es6 express mongodb mongoose pagination react reactstrap
Last synced: about 8 hours ago
JSON representation
Catalogue for IMDB movies.
- Host: GitHub
- URL: https://github.com/shivamka1/imdb-catalogue
- Owner: shivamka1
- License: mit
- Created: 2017-12-02T21:28:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T01:22:07.000Z (about 7 years ago)
- Last Synced: 2025-01-13T06:20:57.258Z (6 days ago)
- Topics: axios, es6, express, mongodb, mongoose, pagination, react, reactstrap
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catalogue for IMDB movies.
## Setup database
`mongoimport --db imdb-catalogue --collection movies --file movies.json`## Install deps & Launch@8080
- Install server dependencies.`npm install`
- Install client dependencies.
`cd client`
`npm install`
- Start server
`npm start`
- Start client
`cd client`
`npm start`
## Credits
Starter Boilerplates used for this application: [express-es6-starter](https://github.com/tomyitav/express-es6-starter) & [ReduxSimpleStarter](https://github.com/StephenGrider/ReduxSimpleStarter).