This project's idea comes from my team and I's participation in Hack the Heights 5 hackathon
This is a fullstack website to regroup all of a person's social medias into one place, just like an online business card. To use it, simply put your name (or group name), the links (they have to start with https://www) of your social medias in the corresponding spaces as well as a quick description and press publish.
- ejs for the frontend
- express js for the backend
- mongodb for the database
To use this app locally, you need:
- node
- mongodb (and connect it to the app instead of the environment variable)
- -- git clone https://github.com/dumast/online-business-card.git
- -- cd online-business-card
- -- npm install
- -- npm start
The app is currently hosted on Microsoft Azure, here is the link: Online-Business-Card