This test located inside BookBorrowingApp Folder.
- Clone project
git clone https://github.com/ilhamcendana/backend-test-nest.git
- Go to the project folder
cd backend-test-nest
- Prepare your database and modify DATABASE_URL path in
.env.example
- Don't forget to change the
.env.example
to.env
- Start the project
yarn start:dev
This test located inside Algoritma-Test Folder.
- Clone project
git clone https://github.com/ilhamcendana/backend-test-nest.git
if you haven't clone it yet. - Go to the project folder
cd Algoritma-Test
- You can type in terminal
yarn start:q1
for question 1 and pressEnter
. - You can type in terminal
yarn start:q2
for question 2 and pressEnter
. - You can type in terminal
yarn start:q3
for question 3 and pressEnter
. - You can type in terminal
yarn start:q4
for question 4 and pressEnter
.