Skip to content

TrevorDrayton03/SENG-4640-Online-Pet-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Pet Store

Project: SENG4640, Web Applications
Authors: Trevor Drayton, Sanyam Gupta

About

An online pet store for pets and supplies developed with MERN (MongoDB, Express.js, React.js, and Node.js).

React components, schemas, and the server.js file are documented using JSDoc.

Click this link to try the website (please give it up to one minute to load for the first time): https://pet-universe.onrender.com/.

Images

Front Page

image

Database Manager Component

image

Running the Application

  1. Download the files into your IDE (we used Visual Studio Code)
  2. Run npm install in the root directory.
  3. Cd to lists/src/server
  4. npm run build
  5. node server.js

Generating and Viewing Documentation

  1. Cd to lists/src/
  2. jsdoc -c jsdoc.json
  3. start docs/index.html
  4. Alternatively, from lists/src/docs open index.html (entire docs folder is required).

About

Final project for Web Applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published