Front end and Back end services for our App Buddy Finder
1. cd server
2. make up
1. cd client
2. yarn start
-graphql
-apollo graphql
-nodejs
-expressjs
-mongodb
-react
-redux
-socker.io
-docker
Implemented Featuers:
-user log in / sign up
-embedded google map
-retrieve places from google api
-event creation page
To Be Implemented:
-update information page
-friend system management page
-real time chat
-implement with socket.io front end
-search for events page
-refine google map search feature
Implemented Featuers:
-user creation endpoint
-user information update endpoint
-user retrival endpoints (by email, ...etc)
-friend system management endpoint
-event creation endpoint
-find event with title endpoint
To Be Implemented:
-find events within radius endpoint
-implement with socket.io back end
-receive chat message endpoint
-emit chat message feature