This exercise describes what an API rate limit means and how to set a rate limit for your
Category: Backend
Generate JSON Web Token (JWT) for user authorization
This exercise walks through creating JSON Web Tokens for facilitating user authorization. Objective Create a system that generates
CRUD operations with REST API
This exercise demonstrates CRUD operation with REST API for previously created routes Objective Create functional REST API
Connect to MongoDB using Mongo atlas to store data
This exercise demonstrates connecting to MongoDB using Mongo Atlas and storing the connection URI in an .env file.
Define a Mongoose schema for REST API routes
This exercise walks through defining Mongoose schema for the REST API routes that were created in the previous
Create REST API and test its routes
This exercise demonstrates how to create a REST API and test it routes. Objective Create and test the