Inspiration

The inspiration for building this API using Express.js came from the need for a fast, reliable, and scalable web framework for handling complex API requests.

What it does

Our project is a fully functional API built using Express.js that can handle various types of requests, including GET, POST, PUT, and DELETE.

How I built it

I built the API using Express.js, a popular and easy-to-use web framework for Node.js. I used various middleware libraries to enhance the functionality of our API, including Cors in order to allow another website access to my server, express.json() was used to allow me to pass the incoming request that has json payload. The online tool used is replit

Built With

Share this project:

Updates