Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 344 Bytes

AE470 Bachelors Project-API

Web API for my Bachelors Dissertation Project

To set up for connection to the database you will need to create a config file ".env" and fill the following fields: PORT=(Port to run on) DB_HOST=(Host of the database) DB_USER=(Database username) DB_PASS=(Database password) DB_NAME=(Name of the database to access)