This project was bootstrapped with Create React App.
- Clone the repo with
git clone https://github.com/aubert-creation/movie-quizz.git
- Install dependencies with
npm install
- Start mongoDB Database with
mongod --dbpath [USER_DIR]/data/db
- Start tmdb-api with
yarn start
- Start server with
node server.js
ornodemon
- Start React App with
yarn start