This commit is contained in:
Kfir Dayan 2023-04-26 21:07:38 +03:00
parent 897ccc1752
commit 96727ee432

View file

@ -1,6 +1,16 @@
# DropIt Example Project #
Delivery System using Nodejs [Typescript], Express, axios, knex, pg (not implemented yet), in-memory caching.
Delivery System.
## Dependencies ##
- Nodejs
- Typescript
- Express
- axios
- knex
- pg (not implemented yet)
- in-memory caching
- geoapify API Key
## Installation
@ -17,4 +27,4 @@ Delivery System using Nodejs [Typescript], Express, axios, knex, pg (not impleme
### Database ###
run `npm run migrate` to create the database tables.