A web application that lists software engineer books in which users can search by title, description, or author
/.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
First, run the development server:
yarn --cwd web dev
Open http://localhost:3000 with your browser to see the result.
/
list books for everyone/auth
admin authentication/admin
view all books/admin/add-book
easy way to add new books