Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).