touhidrahman / k-bike

Coding challenge for CB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KBike

How to run?

git clone http://github.com/touhidrahman/k-bike

cd k-bike

npm i

Open 2 separate terminals and issue command:

npm run backend (for backend)

npm start (for frontend/Angular project)

Go to http://localhost:4200/ to view the frontend

Optionally, you can test the REST api using postman client by sending calls to http://localhost:3000/api/

About

Coding challenge for CB


Languages

Language:TypeScript 57.6%Language:JavaScript 32.6%Language:HTML 8.0%Language:CSS 1.8%