Tinder like app
Matcha is a dating website allowing you to match with persons you might appreciate
- Serveur: NodeJS - Framework Express - SocketIO
- Client: ReactJS - Bootstrap - SASS
- DB: PostgreSQL
- Architecture: Client-Server - API RESTful
To start this website you need to have installed
node version 14.13.1
npm version 6.12.8
postgresql version 12.6
In server/setup/setup.js => Change host, database, username and password to your credentials line 50
server/.env => update this file with your credentials
Before starting servers
sh setup.shstart your pgsql server
psql -f server/core/database.sqlcd server/setup/node setup.js 500