Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amhsirak/technet
A full-stack social network for tech enthusiasts
https://github.com/amhsirak/technet
express mern-stack mongodb nodejs projects react redux social-network
Last synced: about 1 month ago
JSON representation
A full-stack social network for tech enthusiasts
- Host: GitHub
- URL: https://github.com/amhsirak/technet
- Owner: amhsirak
- Created: 2021-05-05T17:54:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T14:22:30.000Z (about 3 years ago)
- Last Synced: 2024-04-08T04:39:32.657Z (9 months ago)
- Topics: express, mern-stack, mongodb, nodejs, projects, react, redux, social-network
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 11
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tech Net 👩💻
## Description 📝
Tech Net is a social networking platform for tech enthusiasts.
Create profiles, make an impressive portfolio and connect with other techies!## Tech Stack 💻
- React
- Redux (for state management)
- Node.js
- Express
- MongoDB## Features ✨
- User authentication
- User profiles
- Posts, Like and Comment
- Showcase GitHub repositories in your profile## To Try This On Your Own 🚀
- Fork the repository
- Clone the repository```bash
git clone https://github.com/karishmashuklaa/technet.git
```
- `npm install` to install dependencies
- `npm install` in `client` folder to install dependencies
- `npm run dev` to run the projectIf you want to have a local db, run `docker-compose up -d`
Add a `default.json` file in /config folder with something like this:
```
{
"mongoURI": "mongodb://localhost:27017/technet",
"jwtSecret": "secret"
}
```## Contributors 💗
Thank you to everyone contributing! ❤️
***Thanks for reading! ⭐ Don't forget to star the [Repository](https://github.com/karishmashuklaa/technet) ⭐***