Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beki78/connectme
- Owner: Beki78
- Created: 2024-08-22T23:03:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:13:48.000Z (2 months ago)
- Last Synced: 2024-09-30T12:23:35.846Z (about 2 months ago)
- Topics: express-js, mongodb, reacttypescript, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 3.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 VariablesTo run this project, you will need to add the following environment variables to your .env file
`PORT NUMBER`
`DB_URI`
`SECRET_KEY`