ConnActivity is Connecting people using Activities An Android Application for Social Media and Connectivity
-
To download the project:
$ git clone https://github.com/keyurgolani/Connectivity.git
-
To install the backend server:
$ cd Connectivity/backend
$ npm install
-
To install other support tools:
Install MySQL and MongoDB on your machine or get a cloud instance of them.
-
Now to install the application, install the APK file provided in the
Connectivity
folder or open theConnectivity/Connectivity
folder as a project in Android Studio -
Now edit the
properties.properties
files inConnectivity/backend
andConnectivity/Connectivity/app/src/main/assets
to change the connectivity and REST API details. If not sure, leave the values withMETHOD
prefix as is. -
Now, to start the backend server:
$ mongod
- Making sure MongoDB is up and running. If already running, skip this step.$ cd Connectivity/backend
$ npm start
-
Start the application from either Android Studio into emulator or directly your android phone.
- Make sure to provide right email ID while signing up. You will need a verification code after signing up that is sent to your email.
- Make sure to use the application to the fullest. It is a great app. And please leave feedback.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Keyur Golani - Well of course me. I did a lot of work here.
- Rushin Naik - A constant ally in the development. He worked on the whole stack across the project helping wherever and whenever needed.
- Gaurav Chodwadia - Thanks to you for such a beautiful UI and a dynamic presentation layer for the app.
- Ekta Sorathia - Thank you too for wiring everything up with the backend HTTP calls and very initial DB design.
Don't understand licenses much! ;)