1.0.0 • Published 9 months ago

bookshelf_v3ar_student_project v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

BookShelf V3AR

Full Stack Javascript Project

Team Members

  • Ankita Malik (c0855516)
  • Ankita Khosla (c0858726)
  • Atul Shrestha (c0845413)
  • Rafael Tietz (c0860352)
  • Varend Pratap (c0860477)

Introduction

This is the final project for Javascript FullStack Development class of Computer Software and Database Development in Lambton College in Toronto.

We will be following MVC Architecture to build our application, using NodeJs as a framework for the project.

The project consists of Book Store where users can find different books. Users with admin roles can perform CRUD operations on the book's catalog, being able to create, update and delete books in the system.

Other users can register in the application and add or remove books to their carts.

Instructions to run the Application

  1. Copy the '.env-template' file and rename it to '.env'
  2. Edit the new file replacing the database connection value in the corresponding place.
  3. Open the terminal and run 'npm install'
  4. Run 'npm start' to start the app.