This is a simple REST API developed using node and express with typescript
you can find the DB and other details under server/db
create database and then run the .sql
files
clone the repo then goto that directory and run following commands
npm install
To transpile .ts files to .js run
npm run watch
To start the Application
nodemon or npm start
this will run on port 3000 you can change on config or
node bin/www.js -p <PORT>
Angular University complete-typescript-course