delivery_system/README.md

568 B

DropIt Example Project

Delivery System using Nodejs [Typescript], Express, axios, knex, pg (not implemented yet), in-memory caching.

Installation

Git

clone the project and run npm install to install all the dependencies.

typescript -

run `tsc` to compile the typescript files to javascript.
or 
run `npm run build` to compile the typescript files to javascript.

Server

run npm run dev to start the server in development mode.

Database

run npm run migrate to create the database tables.