Skip to content

MattWorthington95/matt-worthington-games-be

Repository files navigation

Link to hosted version -

https://matt-worthington-games.herokuapp.com/api

Games review RESTful API built using the following -

  • Backend - Node.js
  • Framework - Express
  • Database - PostgreSQL / node-postgres
  • TTD - Jest

The intention here was to mimick the building of a real world backend service (such as reddit) which will provide this information to the front end architecture

Instructions of how to clone, install dependencies, seed local database, and run tests

Important step - create the two .env files

You will need to create two .env files for this project: .env.test and .env.development. Into each, add PGDATABASE=<database_name_here>, with the correct database name for that environment (see /db/setup.sql for the database names). Double check that these .env files are .gitignored.

Minimum versions of Node.js and Postgres needed to run the project

  • psql v12.7
  • Node v14.17.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published