Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 640 Bytes

File metadata and controls

44 lines (22 loc) · 640 Bytes

Description

This is the backend for my Games app. It uses Express, Node.js, MVC Architecture and RESTful API design.

Live Build:

Installation

npm install

npm run setup-dbs

set up .env files (see details below)

npm run seed

Run tests:

npm test

Start server:

npm start.env

.env files

To run this server locally you will need to create your own .env file.

ie:

PGDATABASE=database_name_here

save it as .env.development

Make sure that these .env files are .gitignored.

Minimum requirements

  • Node v18.9
  • PostgreSQL v14.5