Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beki78/connectme

A platform to link all your social media links
https://github.com/beki78/connectme

express-js mongodb reacttypescript tailwindcss

Last synced: about 1 month ago
JSON representation

A platform to link all your social media links

Awesome Lists containing this project

README

        

# ConnectME

It is a web platform that allows users to put all of their social media in one place with different features.

## Features

- Total visitors analysis
- Change theme
- Add custom URL

## Clone

To clone this project run

```bash
git clone https://github.com/yourusername/your-repo.git
cd your-repo
```

```bash
cd client
npm install
npm run dev
```
```bash
cd server
npm install
npm start
```
## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`PORT NUMBER`

`DB_URI`

`SECRET_KEY`