GithubHelp home page GithubHelp logo

bestmovies-sep6's Introduction

Best Movies SEP6 Project

  • Link to the website :

https://best-movies-sep-6.vercel.app/

  • REST API :

https://best-movies-sep6.azurewebsites.net/

Docker

1. To run the project in a Docker container, open the terminal and navigate to the "BestMovies-SEP6" directory.

cd BestMovies-SEP6

2. Run the following command in the terminal:

docker-compose up

After running docker-compose up in the terminal and if Docker Desktop is installed, it will create and start the containers defined in the Docker Compose YAML file.

3. Run the following command to stop the running containers:

docker-compose down

Alternatively, open Docker Desktop (if installed), locate the running containers and stop them from there.


API Routes and Methods

User collection [ /users ]

Method Endpoint Description
POST /signup Register user
POST /signin Login user
GET /me Get user data
PATCH /me Update user data

Movie collection [ /movies ]

Method Endpoint Description
POST / Add a favorite movie
GET / Get all favorite movies
GET /:movieId Get a favorite movie by ID
DELETE /:movieId Delete a favorite movie

Rating collection [ /ratings ]

Method Endpoint Description
POST / Create a rating
GET / Get all ratings
GET /:id Get a rating by ID
PATCH /:id Update a rating

Contributors:

Username Student
LiaCicati Lia Cicati
LoredanaCicati Loredana Cicati

bestmovies-sep6's People

Contributors

liacicati avatar loredanacicati avatar

Watchers

 avatar

Forkers

loredanacicati

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.