Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit d137aff

Browse files
committedAug 19, 2020
Done setting up the API route
1 parent 517cd3e commit d137aff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎.vs/slnx.sqlite

0 Bytes
Binary file not shown.

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Card Builder
22

3-
A Card Builder App which uses Postgres as it Database.
3+
A Card Builder App which uses Postgres as it Database.
4+
5+
### Runtime
6+
7+
**This is the API for the backend which is using `NodeJS` as runtime with `Express` module for handling request**
8+
9+
### Database
10+
11+
**This API is using `PostgreSQL` as it database with the `pg` (node postgres) module to _interact with NodeJs_**

0 commit comments

Comments
 (0)
This repository has been archived.