This project is for creating a backend service for web application called Rantai Pasok Produksi Apel Terintegrasi. For API Contract can be found in API Contract
- Clone this github repo https://github.com/Akbarsn/RPPAT-backend.git
git clone https://github.com/Akbarsn/RPPAT-backend.git - Change database name, username, and password in config.json
- Install all dependecies
npm i - Migrate database
sequelize db:migrate - Start the service
npm app.js