Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ablasko32/book_cover_project
Simple reading diary in Express JS
https://github.com/ablasko32/book_cover_project
ejs expressjs nodejs postgresql reading-list
Last synced: 25 days ago
JSON representation
Simple reading diary in Express JS
- Host: GitHub
- URL: https://github.com/ablasko32/book_cover_project
- Owner: Ablasko32
- Created: 2024-08-23T12:21:27.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T11:37:28.000Z (2 months ago)
- Last Synced: 2024-10-12T00:05:17.355Z (25 days ago)
- Topics: ejs, expressjs, nodejs, postgresql, reading-list
- Language: CSS
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BASIC JS BOOK APP WITH PERSISTENT STORAGE
---
Your book diary! Keep track of books you have read, give them grades and reviews!
Simple JS project using Express JS and Tailwind CSS, serves as a step up with introduction of permanent storage via PostgreSQL.
A new mini capstone to test my knowledge with addition of databases.---
## How to use ?
1. Use git clone to copy the repository
2. Navigate to /src folder in terminal and run```bash
npm i
```3. Create PostgreSQl database by using provided querys in /sql, and setup your .env
4. Run node ./index.js
5. App is available on localhost:3000## App images