Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skx1322/game-review-sql

A simple website that you can add game review in it. The main objective is to practice application of SQL with Node.js
https://github.com/skx1322/game-review-sql

ejs html nodejs postgressql

Last synced: 12 days ago
JSON representation

A simple website that you can add game review in it. The main objective is to practice application of SQL with Node.js

Awesome Lists containing this project

README

        

# NODE EJS Project
1. Node.js
2. Express.js
3. EJS
4. PostgresSQL

# Project Setup Guide

Follow these steps to set up the project on your local machine.

## Step 1: Once cloned or copied, install the following libraries in your terminal

Make sure you're using one of the latest Node.js version (above 20.17)

```bash
npm init -y
npm install pg express body-parser
npm install nodemon # Optional
```

## Step 2:

As you successfully install the package, make sure you have a PostgreSQL DB set up.