Home
Softono

React Native Crm

Open source JavaScript
15
Stars
0
Forks
0
Issues
1
Watchers
1 year
Last Commit

 About React Native Crm

A React Native mobile CRM app with user authentication, lead management, and sales pipeline tracking.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing React Native Crm?

We provide expert installation service for this software. Our team will install, configure, and secure React Native Crm on your server. plans start at just $30.

React Native Crm

View on GitHub

✨ API, CRM, Client and Mobile application of dhan-gaadi, an online bus booking system

Demo (Client => NextJS):

To run ->

  • clone the entire repo

  • go to server repo

  • make environment file with the following keys' values:

MONGO_URI = "path to mongodb url"
userEmail = "your email"
userPass = "your password"
JWT_SECRET = "your secret here"
  • yarn

  • yarn server

  • go to client repo

  • yarn

  • yarn dev

Demo (CRM => React):

To run ->

  • clone the entire repo

  • go to server repo

  • make environment file with the following keys' values:

MONGO_URI = "path to mongodb url"
userEmail = "your email"
userPass = "your password"
JWT_SECRET = "your secret here"
  • yarn

  • yarn server

  • go to CRM repo

  • make environment file with the following keys' values:

REACT_APP_API_URL = http://localhost:8525/api
REACT_APP_SERVER_ROUTE = http://localhost:8525
REACT_APP_JWT_SECRET = "your secret here"
  • yarn

  • yarn start

Demo (Mobile App => React-Native) Under construction

To run ->

  • clone the entire repo

  • go to app repo

  • yarn

  • having expo installed in your system, expo start