Backend for Jaan Pehchan App. Uses Node.js, Express.js and Neo4j.
Jaan Pehchan is cross-native app developed in React Native. Jaan Pehchan aims to build a social network for the Micro, Small and Medium Enterprises. This repository only contains the backend used by the app.
Explore the docs »
·
Play Store
.
Report Bug
·
Request Feature
Table of Contents
This repo only contains the backend to authenticate users using OTPs provided by Firebase Auth. Once the users have logged in, with permission we upload their selected contacts who are then invited to join the platform as well. These invitees become the direct contacts of the user.
Once the users have onboarded, their relationship to each product (uploaded by their seller) is calculated and shown pictorially to the user as seen in the image above where the user Aarav is related to the seller Naveen via Shubham and Raman.
To get a local copy up and running follow these simple example steps.
- npm
- Set up an account on Neo4j
- Clone the repo
git clone https://github.com/aarav22/jaan-pehchan-server.git
- Install NPM packages
npm i
- Enter your API Keys in
.env
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.