go to :
https://royhan-learning-workspace.as.r.appspot.com/
- After runned program go to
http://localhost:3000/api-docs
- Test
npm run test
- Test by Coverage
npm run test:watch
- runing postgreSQL
- make migration
npx prisma migrate dev
- generate seeder
npm run seed
- install dependencies
npm install
npm run dev
for developmentnpm run start
for production
ERD file is in the public/
folder with the name ERD.erdplus
- create database with query at db/generate_database.sql
CREATE DATABASE banking_system;
- Go to db/migration
- run all queries in the
.sql
file located in the migration folder except for the ones in the procedure folder
- Go to db/ seeder
- run all queries on the
.sql
file located in the seeder folder
- db/query
Basic Query
- db/migration/procedure
Procedure Query
node banking_system.js