DEV Community

Mateus Sobral
Mateus Sobral

Posted on

SWE books catalog

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
Enter fullscreen mode Exit fullscreen mode

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

Demo

https://book-store-eewbr.mongodbstitch.com/




Additional Resources / Info

https://book-store-eewbr.mongodbstitch.com/

Image description

Image description

Top comments (0)