https://github.com/zsobral/book-store
https://github.com/zsobral/book-store
mongodb-atlas mongodb-realm nextjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zsobral/book-store
- Owner: zsobral
- License: apache-2.0
- Created: 2021-12-26T17:14:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T04:17:17.000Z (over 4 years ago)
- Last Synced: 2025-06-15T04:44:28.793Z (about 1 year ago)
- Topics: mongodb-atlas, mongodb-realm, nextjs
- Language: TypeScript
- Homepage: https://book-store-eewbr.mongodbstitch.com
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# book-store
A web application that lists software engineer books in which users can search by title, description, or author
## Folder Structure
`/.github` folder contains the workflow to deploy the Next.js app to MongoDB Realm hosting
`/realm` folder contains the exported realm app
`/web` folder contains the Next.js app
## Getting started
First, run the development server:
```bash
yarn --cwd web dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## App Routes
- `/` list books for everyone
- `/auth` admin authentication
- `/admin` view all books
- `/admin/add-book` easy way to add new books
## Demo
https://book-store-eewbr.mongodbstitch.com/