maspik
This commit is contained in:
parent
897ccc1752
commit
96727ee432
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,6 +1,16 @@
|
||||||
# DropIt Example Project #
|
# 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
|
## Installation
|
||||||
|
|
||||||
|
@ -17,4 +27,4 @@ Delivery System using Nodejs [Typescript], Express, axios, knex, pg (not impleme
|
||||||
|
|
||||||
### Database ###
|
### Database ###
|
||||||
run `npm run migrate` to create the database tables.
|
run `npm run migrate` to create the database tables.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue