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

https://github.com/beebombshell/beesocial

MERN-based social media application - For Human-Bees 🐝✨
https://github.com/beebombshell/beesocial

expressjs mongodb nodejs reactjs social-media

Last synced: 2 months ago
JSON representation

MERN-based social media application - For Human-Bees 🐝✨

Awesome Lists containing this project

README

          

# BeeSocial - A social network for Human-bees :bee:

> Design under development ✨

## Development :computer:

### Node Packages used

- 📦 `express` - For running our server
- 📦 `mongoose` - For creating models and connecting to our MongoDB database
- 📦 `dotenv` - For storing our environment variables securely
- 📦 `helmet` - For making safe HTTP requests by adding new properties for the vulnerable ones in our HTTP headers
- 📦 `morgan` - For logging the HTTP requests
- 📦 `nodemon` - For restarting the server whenever we make changes to our code
- 📦 `bcrypt` - For hashing our passwords