Skip to content

bacaxnot/coex-buster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coex-buster

Main repo

npm install

npm run dev

COMMANDS

npm run test : execute the file without checking for errors

ROUTES

GET: / -> (redirect) -> /movies?page=1

GET: /movies -> (redirect) -> /movies?page=1

GET: /movies?page=number -> list of movies by pagination

GET: /movies?page=number&category=string -> list of films by category and pagination

GET: /movies?page=number&search=string -> list of movies by search and pagination

GET: /movies/:id -> detail of a movie by id

GET: /history -> order history

GET: /history/order/:id -> detail of an order

GET: /login -> user authentication

GET: /register -> create new account

API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published