Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).