Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# logo **StackOverflowReplica**

## Miniature Backend Replica of StackOverflow.
### Built using Express(Nodejs) and MongoDB. Tested using Postman.


## Tech Stack

javascript
nodejs
express
mongodb
passport

## 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