Skip to content

BookStopProject/bookstop-home

Repository files navigation

BookStop

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

Development

Install all dependencies using:

npm i

Then, run the development server with 2 terminals:

npm run dev
npm run tw:watch

Deployment

Build the app:

npm run build

Start the server:

npm run serve

License

MIT

Releases

No releases published

Packages

No packages published