Skip to content

armand-de/doppio-server

Repository files navigation

Doppio Server

📚 Description

Essential app for home cafe. Start a home cafe quickly with Doppio.

This is a server that supports the REST API for the mobile app.


🛠️ Installation

$ npm install

🚀 Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

🔒 Environment configuration

NODE_ENV

DB_NAME
DB_PORT
DB_HOST
DB_USERNAME
DB_PASSWORD

JWT_ACCESS_TOKEN_SECRET

TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN
TWILIO_NUMBER



Doppio is made with ❤ in Armand De.

About

Server that supports REST API for the Doppio mobile app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published