Just a Simple Express API
-
Install
node
andnpm
with OS package manager -
Clone down this repository.
git clone https://github.com/MenkeTechnologies/CIS4914ProjectDatabaseAPI
-
Install local libraries
npm install
-
Start Server:
npm start
Server will run on localhost:4000