Skip to content

Ananya2001-an/overflowing_stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overflowing Stack

This is a MERN stack project. I have tried creating a simple clone of stack overflow. After deciding with the design of my database, I started developing the backend with node first. Later, I connected the server to my local MongoDB and started working on the frontend with Vite React template.

I have also tried using azure functions for the first time to understand serverless computing. I have created a simple function that creates a new user in the database. For this I have connected my function to MongoDB Atlas. You can read more about it here.

Tech Stack

  • React
  • Node.js
  • MongoDB
  • Azure Functions (Serverless)

Database design (using QuickDBD)

Screenshot 2024-02-02 174946

Signup page

Screenshot 2024-02-02 170325

Home page (all Questions posted)

Screenshot 2024-02-02 172052

Ask a question form page

Screenshot 2024-02-02 170707

View a question page with its answers

Screenshot 2024-02-02 171558

Post your answer

Screenshot 2024-02-02 171315