Overview of My Submission
A web application that lists software engineer books in which users can search by title, description, or author
Submission Category:
E-Commerce Creation
Link to Code
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:
yarn --cwd web dev
Open 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
Top comments (0)