manascb1344 / Online-Auction-System

The Online Auction System is a comprehensive platform designed to streamline online auctions for buyers, sellers, and admins. 🎉 With features like user management, item tracking, real-time bidding, and transaction processing, it creates a seamless auction experience. Built with React.js and Node.js, it offers a responsive interface and robust back
https://dbms-project-alpha.vercel.app
2 stars 9 forks source link

feat: added controllers #16

Closed Zish303 closed 3 weeks ago

Zish303 commented 4 weeks ago

fixes #13

Refactored route files to move route logic to corresponding controller files.

vercel[bot] commented 4 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dbms-project ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2024 6:56am
manascb1344 commented 4 weeks ago

Are all the endpoints tested using the website ui?

Zish303 commented 4 weeks ago

yes, but some routes were not being used in server.js, so I have not created any controller file for them.