https://github.com/ananya2001-an/overflowing_stack
A minimal stack overflow clone.
https://github.com/ananya2001-an/overflowing_stack
azure-functions mern-stack serverless
Last synced: 6 months ago
JSON representation
A minimal stack overflow clone.
- Host: GitHub
- URL: https://github.com/ananya2001-an/overflowing_stack
- Owner: Ananya2001-an
- Created: 2024-01-30T13:33:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:32:04.000Z (about 2 years ago)
- Last Synced: 2025-06-08T10:02:38.054Z (10 months ago)
- Topics: azure-functions, mern-stack, serverless
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](azure_functions_serverless.md).
### Tech Stack
- React
- Node.js
- MongoDB
- Azure Functions (Serverless)
### Database design (using QuickDBD)

### Signup page

### Home page (all Questions posted)

### Ask a question form page

### View a question page with its answers

### Post your answer
