Skip to content

benstraats/Friend-Request-API

Repository files navigation

Friend Request API

Official Project Site

About

This repository is the API for the Friend Request project. An open source application for connecting users through their various social media platforms.

The React Native App repository can be found here

The Web Front End repository can be found here

The Machine Learning repository for Friend Request can be found here

Getting Started

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/friend-request; npm install
    
  3. Start your app

    npm start
    
  4. You will then have to open your server up on the public port and modify each of the other client applications to point towards your API

Testing

Simply run npm test and all your tests in the test/ directory will be run.

Changelog

1.0.0

  • Initial release!

1.1.0

  • Added better errors
  • Added push notifications
  • Cleaned up code

License

Copyright (c) 2016

Licensed under the MIT license.

About

This repo is for the API of Friend Request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published