Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Tech Net 👩‍💻

Stars Badge
Forks Badge
Issues Badge
GitHub contributors

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

If 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) ⭐***