StackOverflowReplica

⚡ Miniature Backend Replica of Stackoverflow built using NodeJS and MongoDB. Tested using Postman.

MIT License

Stars
0

StackOverflowReplica

Miniature Backend Replica of StackOverflow.

Built using Express(Nodejs) and MongoDB. Tested using Postman.

Tech Stack

Build Setup

Add your MongoDB URI in config/myurl.js

# install dependencies
npm install

# run in production
npm start

# run in development
npm run dev

Folder Structure

.
├── 📁 config                  # Config files
├── 📁 middleware              # Expresss middlewares
├── 📁 models                  # Mongoose models
├── 📁 public                  # Public folder
└── 📁 routes                  # Express routes
     └── 📁 api

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Pavan Gandhi