Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iampavangandhi/stackoverflowreplica
⚡ Miniature Backend Replica of Stackoverflow built using NodeJS and MongoDB. Tested using Postman.
https://github.com/iampavangandhi/stackoverflowreplica
express expressjs mongodb mongoose node nodejs passport postman stackoverflow stackoverflow-backend
Last synced: about 1 month ago
JSON representation
⚡ Miniature Backend Replica of Stackoverflow built using NodeJS and MongoDB. Tested using Postman.
- Host: GitHub
- URL: https://github.com/iampavangandhi/stackoverflowreplica
- Owner: iampavangandhi
- License: mit
- Created: 2020-01-01T10:54:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T05:33:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T02:17:46.880Z (over 1 year ago)
- Topics: express, expressjs, mongodb, mongoose, node, nodejs, passport, postman, stackoverflow, stackoverflow-backend
- Language: JavaScript
- Homepage:
- Size: 2.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **StackOverflowReplica**
## Miniature Backend Replica of StackOverflow.
### Built using Express(Nodejs) and MongoDB. Tested using Postman.
## Tech Stack
## Build Setup
Add your [MongoDB URI](https://www.mongodb.com/cloud/atlas) in `config/myurl.js`
```bash
# 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](https://github.com/iampavangandhi/StackOverflowReplica/issues/new) or submit PRs.
## License
[MIT](LICENSE) © Pavan Gandhi