My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

The very first backend project at Masai School - Overstock website with team overstock

Sireesha Ravulapalli's photo
Sireesha Ravulapalli
·Feb 27, 2022·

1 min read

Hello Readers,

I hope all of you are safe and sound. I am happy to share my second blog about my first backend implementation with you. This is the project that was made along with my team "Overstock"- Cloning of Overstock website. The time taken for the implementation part is 6 days and it is part of our Unit-4 construct week at Masai School.

Team Members & Their Contribution:

  1. Aniket Kushwaha - Backend
  2. Alok Kushwaha - Frontend and data creation
  3. Sireesha Ravulapalli - Javascript functionalities

Tech Stacks:

  1. Frontend:

  2. HTML

  3. CSS

  4. JS

  5. Backend:

  6. MongoDB

  7. Node

  8. Express

How we made the website?

Almost all the features for the frontend part have been made previously. So, at present we mostly focused on backend part. At first, authentication for login and sign-up along with payment. With the help of MongoDB, we created schema. Using Crud operations we displayed products in product page and cart page.