https://nc-games-lt7s.onrender.com/api
This API has been created to supply a front-end application with data regarding games and their sub information such as reviews and comments. To try out the API just click the link under "Link to hosted API" and here you can find details for each available endpoint.
-
git clone https://github.com/Jordan96L/games-project.git
-
npm install
-
npm run setup-dbs
-
npm run seed
-
npm test
You must create your own development.env and test.env files and inside each file you must add PGDATABASE=<database_name_here>.
Node.JS: 18.4.0 PostgreSQL: 12.11
Not tested on earlier versions