delivery_system/README.md
2023-04-26 21:01:49 +03:00

626 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. run npm run seed to seed the database with some data.