Movies api for fetching random movies .
This API supports
Sorting
Pagination
Filtering
API Key based authentication
Email verification system
Clone the repository
git clone https://github.com/FeroniK/Movies-rest-api.git
Make Sure you have enalbled less secure app in your gmail
# Install all the packages
npm i
# Then create a .env file with the following content
EMAIL_USERNAME=YOUR EMAIL
EMAIL_PASSWORD=YOUR EMAIL PASSWORD
DBURL=YOUR MONGO DB URL
# Start the server
npm start
This is free to use anyone can use the code without any license