An api to handle authentication, database storage, friend requests, and location data for safer-apk.
- Kyle Bradford
- Raphael Feliciano
- Tiffany Lin
- Dario Artega
Method | Route | Params | Params Example | Request Data | Response Data |
---|---|---|---|---|---|
GET | /api/friends | N/A | N/A | N/A | JSON array of objects |
GET | /api/friends/:id | id = friends user_id in SQL | id = 12 | N/A | JSON object |
- Node 7.6.x
- Mysql 14.14
- run this command in terminal inside the db folder. This will set up the inital schema for mysql, assuming the user is root without a password.
mysql -u root < schema.sql
From within the root directory:
npm install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.