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 🐝✨
- Host: GitHub
- URL: https://github.com/beebombshell/beesocial
- Owner: BeeBombshell
- License: mit
- Created: 2022-10-22T17:45:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T12:35:43.000Z (about 3 years ago)
- Last Synced: 2025-10-25T16:45:18.066Z (8 months ago)
- Topics: expressjs, mongodb, nodejs, reactjs, social-media
- Language: JavaScript
- Homepage:
- Size: 3.99 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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