jocoso / Book-Club

A website for books enthusiast
https://book-club-8svz.onrender.com
0 stars 0 forks source link

Set Up Express.js Server #14

Closed sickcurse closed 1 month ago

sickcurse commented 1 month ago

Description: Set up the Express.js server to handle backend operations. Include middleware for parsing data (body-parser) and handling CORS (Cross-Origin Resource Sharing). Tasks: Set up Express.js server. Implement body-parser and CORS middleware.

sickcurse commented 1 month ago

The Sever was tested and running on PORT 5000