API for a movie website, containing, creation of movie categories, creation of movies in a category and users. 💜
Goal • Features • Technologys • Requirements
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.
- Create User
- Get User
- Update User
- Delete User
- Create Movie Category
- Get Movies Categorys
- Update Movie Cateogory
- Delete Movie Category
- Create Movie In Category
- Get Movies In Category
- Get Single Movie In Category
- Update Movie In Category
- Delete Movie In Category
The following tools were used to build the project:
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
# 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>