Skip to content

olyabedulina/MoviesAPI

Repository files navigation

MoviesAPI Service by Olya Bedulina


Get started

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:

  1. Clone MoviesAPI.ReactJS repository
  2. Run the following command to install node modules:
npm i
  1. 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.

Come back to current MoviesAPI Service.

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

About

MoviesAPI application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published