App to connect university students with similar interests and break the ice! Accesses user locations using mobile geolocation data and stores in a secure database, displays locations of nearby like-minded university students; whether you're making new friends or looking for project partner, Mitra helps you build your network.
- Built using React JS to run the web app locally
- React communicates with OpenStreetMaps API to feed coordinate data to and from the SQL server
- Backend: locally hosted Docker SQL server
- Operable using any modern browser or mobile OS
Install SQL Server Express + SSMS
- Open SSMS
- Restore
MitraDB.bak
- Enable TCP/IP
- Set port to 1433
Run:
ALTER LOGIN mitra_user WITH PASSWORD = 'StrongPass123!' UNLOCK;
npm install
node index.js