Exchange books with each other, share your thoughts, participate in events, all in one stop. BookStop is the final destination for every reader.
Website: https://bookstop.app
Codebase | Description |
---|---|
bookstop-front | Next.js Frontend Application |
bookstop-api | Golang API Server (GraphQL) and Admin Page |
bookstop-home | Preact homepage |
The following environment variable is required:
API_URI
: The URL of the API.APP_URI
: The URL of the app (this very app)
Install all dependencies using:
npm i
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To self host BookStop, you need to start both the frontend app and the API server.
See https://github.com/hoangvvo/bookstop-api.
To build the app:
npm run build
After building, start the production server:
npm run start
For community projects, we offer to set up and manage BookStop instance with no technical knowledge needed. You only need to pay for the deployment cost. For inquiry, contact us via our email read@bookstop.app.
Please see my CONTRIBUTING.md.
Please respect the conditions of the license, such as the acknowledgement of this license in your app (eg. in the footer). Let us know if you have any problems!