Backend application for fw12-frontend repository
DB_URL =
PORT =
CLIENT_ID =
CLIENT_SECRET =
REFRESH_TOKEN =
url | method | desc |
---|---|---|
/auth/login | POST | login |
/auth/register | POST | registrasi |
/auth/forgotPassword | POST | if forgot password |
/auth/resetPassword | POST | reset password |
/movies?limit&page&search&sort&sortBy | GET | get all movies with a default limit of 5 movies |
/movies/nowShowing?limit=&page=&search&sort&sortBy=title&month | GET | get all the movies that are currently showing with a default limit of 5 movies |
/movies/upcoming?month=&year&limit&page&search&sort&sortBy | GET | get all movies based on the month of release with a default limit of 5 movies |
/profile/transaction | POST | make transactions |