In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Runs the app backend which is in node.js The Port for the server is 8000 (http://localhost:8000)
- Standerd Sign up and sign in
- User information collection
- Display Match users profile
- Allow Gifs and normal messaging
- Display all chats
- Limit user messaging for 20 minutes of continuos messaging
- Match profile
- Slide right for match and left for not match
- Display all matchs 10.Logout
- Google authentication. (Do not know what is the problem with but it could be related to the bad request or some other data. )
- Css for message seen and received
- Improve styling by adding more css (Solution for this problem will include huge about of time dedicated to CSS)
- Deducing number of request to the mongo server which can help app work faster and better
- User information behind the tinder card
Currently app works perfectly fine however after huge number of request to the database Mongo client will stop sending data and starts asking for money
The build is already into the BackEnd/public folder and to run it simply start(npm run start:BackEnd) the server and get request from public folder there is already code commented to do that.