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: 5 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: Download NPM and Install Dependencies

Initialize a new Node.js project and install the necessary packages.

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