For more refer to Medium Article and Heroku
Alpha release
This is a dummy application built using Node, React and Postgres with addition of React-Native to the system. The end-goal is to allow user to enter Contacts of their friend circle after Logging in with Facebook with basic features to edit and delete them.
Clone the source locally:
$ git clone https://github.com/aryaminus/tomodachi
$ cd tomodachi
Install required node dependencies:
$ yarn && cd client && yarn && cd ../react-native-app && yarn && cd ..
Open in development mode:
$ yarn dev
Open in development mode with prod build:
$ NODE_ENV=production yarn dev:server
Start react-native server:
$ cd react-native-app
$ yarn start
Development build of react-native: (Make sure you are in react-native-app folder)
$ react-native run-android
$ react-native run-ios
- Fork it (https://github.com/aryaminus/tomodachi/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Connecting React and Node concurrently
- Usage of Passport for Facebook Login after react callback
- Authenticate API with JWT
- Setting up Postgresql for Mac
- Heroku Data Explorer
- SQL Injection Protection
The code in this project is licensed under GNU GPLv3 license.