Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfukumori/bookwise
BookWise is a web application for book reviews and reading management.
https://github.com/bfukumori/bookwise
Last synced: about 1 month ago
JSON representation
BookWise is a web application for book reviews and reading management.
- Host: GitHub
- URL: https://github.com/bfukumori/bookwise
- Owner: bfukumori
- Created: 2024-01-12T20:54:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:33:41.000Z (11 months ago)
- Last Synced: 2024-02-12T22:52:45.113Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About •
Features •
How it works •
Tech Stack •
Author •
License
## About
📅 bookwise - App for reviewing books
BookWise is a web application for book reviews and reading management.
---
## How it works
### Pre-requisites
Before you begin, you will need to have the following tools installed on your machine:
[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/)
In addition, it is good to have an editor to work with the code like [VSCode](https://code.visualstudio.com/)#### Running the application
```bash
# Clone this repository
$ git clone [email protected]:bfukumori/bookwise.git# Access the project folder in your terminal
$ cd bookwise# Install the dependencies
$ npm install# Run the application in development mode
$ npm run dev# The app will open on the port: 3000 - go to http://localhost:3000/
```
---
## Tech Stack
The following tools were used in the construction of the project:
#### **Website** ([React](https://reactjs.org/) + [TypeScript](https://www.typescriptlang.org/))
- **[Next](https://nextjs.org/)**
- **[NextAuth](https://next-auth.js.org/)**
- **[Prisma](https://www.prisma.io/)**
- **[Tailwind]([https://day.js.org/](https://tailwindcss.com/))**---
## Author
[![Twitter Badge](https://img.shields.io/badge/-Twitter-1ca0f1?style=flat-square&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https://twitter.com/hi_fukujp)](https://twitter.com/hi_fukujp) [![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/bfukumori/)](https://www.linkedin.com/in/bfukumori/)
[![Gmail Badge](https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])---
## License
This project is under the license [MIT](./LICENSE).
---