Before running an application you should clone and run Movies DB database.. GitHub Repository with database implementation: https://github.com/VarvaraZadnepriak/MoviesAPI.ReactJS To start local Movies DB dababase, you should:
- Clone MoviesAPI.ReactJS repository
- Run the following command to install node modules:
npm i
- Run the following command to start MoviesAPI.ReactJS:
npm start
Movies DB Database will be available on http://localhost:4000/. API Swagger documentation will be available on http://localhost:4000/api-docs.
Install the dependencies and devDependencies and start the server.
npm i
For production environments...
npm run bundle
Development build...
npm run serve
Test...
npm run test
MoviesAPI Service will be available on http://localhost:7070/.