Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaborszita/snappy-book-review
Book review website software
https://github.com/gaborszita/snappy-book-review
Last synced: 6 days ago
JSON representation
Book review website software
- Host: GitHub
- URL: https://github.com/gaborszita/snappy-book-review
- Owner: gaborszita
- License: mit
- Created: 2021-06-17T17:40:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T04:17:31.000Z (over 2 years ago)
- Last Synced: 2024-10-15T21:27:25.505Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snappy Book Review
Snappy Book Review is a little book review website written in TypeScript. It
uses Express.js as its backend framework and MongoDB as its database. Its
CSS preprocessor is SASS, using the newer SCSS syntax.![image](https://user-images.githubusercontent.com/30361931/180897926-96448d56-7b52-4d9c-a2f3-f54dfbf47b27.png)
Setup is very simple: Run `setup.ts`, enter all details, and you're good to go.
Simply enter the command `npm start` in your terminal and the app will start
up.App is live at [snappy-book-review.herokuapp.com](snappy-book-review.herokuapp.com).