This server built with nodemon, express js, and sequelize.
- Node.js (v16.17.0)
- PostgreSQL (connection database)
-
Clone this repo and navigate your cloned project on your directory
-
Create file .env and follow content from .env.example. Configure connection following from here
-
Install package following from the list packages:
npm install- Run the migration to create table on your database
npm run db:migrate-
Edit the file
keycloak.jsonor you can download your adapter config on KeyCloak Server -
Now, you run the project
npm run start> be-service@1.0.0 start
> node src/app
App running on http://localhost:4000