Skip to content

angrycsm/api-movie-mizy

Repository files navigation

Descrição da Imagem

MIZY

API for a movie website, containing, creation of movie categories, creation of movies in a category and users. 💜

GoalFeaturesTechnologysRequirements

Goal

The purpose of the API is for a movie website, where the user can register and watch movies, enjoy movies, save movies, but the user will not be able to create movie categories, much less movies in a category, so who will be responsible for administration will be the superior user who will create categories, and films within these categories.

Features

Crud Mizy API

Users

  • Create User
  • Get User
  • Update User
  • Delete User

Movie Category

  • Create Movie Category
  • Get Movies Categorys
  • Update Movie Cateogory
  • Delete Movie Category

Movie In Category

  • Create Movie In Category
  • Get Movies In Category
  • Get Single Movie In Category
  • Update Movie In Category
  • Delete Movie In Category

Technologys

The following tools were used to build the project:

Requirements

Before starting, you will need to have the following tools installed on your machine: Git, Node.js. Furthermore, it's good to have an editor to work with the code like VSCode

Running the Back End (server)

# Clone this repository
$ git clone <https://github.com/angrycsm/api-movie-mizy>

# Access the project folder in terminal/cmd
$ cd api-movie-mizy 

# Install dependencies
$ npm install

# Run the application in development mode
$ npm run dev

# The server will start on port:3333 - access <http://localhost:3333>

About

Api for movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published