The backend server for SellinBot, sell and checkout customers on the major chat apps, sellinbot.com
npm run build
npm run watch
npm run serve
add a file called .env with the following the environment variables
APP_SECRET_KEY=VARIABLE
DATABASE_URL=VARIABLE
DATABASE_PASSWORD=VARIABLE
DATABASE_USER=VARIABLE
DATABASE_HOST=VARIABLE
DATABASE_PORT=VARIABLE
DATABASE_NAME=VARIABLE
NODEJS_PORT=VARIABLE
Replace the word VARIABLE with the appropriate value
Website: https://sellinbot.com
App: https://sellinbot.com/app/
Backend repo: https://github.com/MoustafaMohsen/sellinbot-server
FrontEnd repo: https://github.com/RoqayaMourad/sellinbot-ionic