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: 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
- Host: GitHub
- URL: https://github.com/skx1322/game-review-sql
- Owner: skx1322
- Created: 2024-11-01T10:49:29.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T11:06:39.000Z (5 days ago)
- Last Synced: 2024-11-01T11:28:42.523Z (5 days ago)
- Topics: ejs, html, nodejs, postgressql
- Language: HTML
- Homepage:
- Size: 0 Bytes
- 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: 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