HASH-002 / Smatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smatbot

Quick Start

Create a .env file add the following variables. Ypu can sign up in freshsales.com to use their Free APi

PORT = 5000
DB_NAME = 'smatbot'
DB_PASSWORD = '********'
API_KEY = '*******'
DOMAIN = '*******'
# Install dependencies for client
cd client
npm install

# Run the Express server only
npm run server

# Backend runs on http://localhost:5000

Tech Stack

Server: Node.js, Express.js
Databases MySQL, CRM

Authors

This project is developed and maintained by

About


Languages

Language:JavaScript 100.0%