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: 4 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T01:22:07.000Z (over 8 years ago)
- Last Synced: 2025-08-18T10:37:57.802Z (11 months 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).