Project headline : Platform to connect musicians and concert organisers
Project features :
- Sign In/Sign up for musicians and organisers (with email verification)
- Realtime chat between two accounts
- Avatars and Banners modules
- Search someone by his firstname or lastname
- Recommand somebody
- Profile editing
- Reserved slot to add future content (Section to add new items to profile page)
- MongoDB
- NodeJS
- NPM
- To install the website, first clone it in your directory, then run this command
npm i
- Go into
/server/config
and copydev.env.example
todev.env
- Fill the
dev.env
with your datas
npm i
npm run serve
npm run server
npm run dev