Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skx1322/game-review-sql
- Owner: skx1322
- Created: 2024-11-01T10:49:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T03:40:12.000Z (about 1 month ago)
- Last Synced: 2024-11-24T04:25:29.342Z (about 1 month ago)
- Topics: ejs, html, nodejs, postgressql
- Language: HTML
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.