/koompi-hotspot

Backend Register KOOMPI Fi-Fi

Primary LanguageJavaScriptApache License 2.0Apache-2.0

This project was bootstrapped with Postgresql.

DEV CI + CD PROD CI + CD

Available Scripts

In the project directory, you can run:

$ cd server
$ npm install express pg bcrypt cors dotenv body-parser aws-sdk twilio

For JWT Json Web Token.

$ cd server
$ npm install jsonwebtoken

For date format.

cd server
$ npm install moment

Run server machine

Connection Database.

$ cd server
$ cp db.js.example db.js

And then change your connection in db.js.

Your secret connection with AWS SES.

$ cd server
$ cp .env.example .env

And then change your connection in .env

Run server.

cd server
$ npm run server

Runs in local machine in port http://localhost:5000