This repository build an backend API to access application data programmatically using Express. The purpose is to mimic the building of a real world backend service which should provide the information to the front end architecture.
-
Clone the repo
-
Install npm packages
npm install
-
To use this repo with specific database, please check .env-example for instruction. You will need to create 2 .env files for your project: .env.development and .env.test.
-
Minimum versions for Node.js and Postgres to run this repo
Node: v19.4.0
Postgres: 14.6