Coder Social home page Coder Social logo

akeyno / my-reading-reviews Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.49 MB

A book tracker using the Google Books API for searching books. Users are able to rate books they find or leave book reviews. This repository is the newer version of book-reader.

Home Page: https://my-reading-reviews.vercel.app

License: MIT License

JavaScript 0.65% TypeScript 93.80% CSS 1.69% Dockerfile 0.07% PLpgSQL 3.80%

my-reading-reviews's Introduction

My Reading Reviews

A book tracker using the Google Books API Family where users are able to keep track of their readings and leave book reviews.

Prerequisites

Make sure that you have installed Git and Node.js. A Supabase account is required.

Supabase Setup

Create a blank new project.

Copy the init.sql file under ./sql/init.sql into the SQL Editor.

Keep track of your Project URL and your anon public key which is found under Project Settings and then API. You will put this under your .env.local file later.

Choose either the normal installation or the Docker installation below to continue.

Normal Installation

In your favorite shell, type the following in order to setup the project.

git clone https://github.com/AKeyNo/my-reading-reviews.git
cd my-reading-reviews
npm install

Fill out the ".env.local example" file and rename the file name to ".env.local". Input the Project URL key and the anon public key from earlier under their respective places. Set up a Google Books API Family key and input your API Key in the .env_local file. After this, type in the following command to run it.

npm run dev

After running these commands, it will be on http://localhost:3000/.

Docker Installation

In your favorite shell, type the following in order.

git clone https://github.com/AKeyNo/my-reading-reviews.git
cd my-reading-reviews

Fill out the ".env.local example" file and rename the file name to ".env.local". Input the Project URL key and the anon public key from earlier under their respective places. Set up a Google Books APIs key and input your API Key in the .env_local file. After this, type in the following commands.

docker build -t my-reading-reviews .
docker run --env-file ./.env.local -p 3000:3000 my-reading-reviews

After running these commands, it will be on http://localhost:3000/.

License

My Reading Reviews is released under the MIT License. Check the LICENSE file for more information.

my-reading-reviews's People

Contributors

akeyno avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.