An app to meet and connect local people with the same interest in a specific location. Your profile will be displayed as a tag and is findable if you choose to drop the tag at a location where you would like to meet someone. If you don't want to drop your own tag/profile, it is always possible to see other people's placed tags.
Clone repo:
https://github.com/Rowin206/DatingApp.git
NPM:
npm install
Run code:
npm run start
The web application uses MongoDB Atlas to store data. The saved data consists of:
- _ID
- Cover
- Password
- Name
- Age
- Pickupline
- Description
Data can and will be used further in the app. The application can be used without registering in the database, but certain functionalities will not be available.
- https://github.com/cmda-bt/be-course-18-19/tree/master/examples/express-server
- https://github.com/cmda-bt/be-course-18-19/tree/master/examples/mongodb-server
- https://stackoverflow.com/questions/39759287/mongodb-express-how-to-verify-login-credentials-using-db-collection-findone
- https://stackoverflow.com/questions/26376569/javascript-array-comparison-looping-multiple-times
- Font Awesome
- Made by myself in Illustrator
MIT LICENSE