Skip to content

sharath/GoRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRead

GoRead is a book reader application built using the MERN (MongoDB, Express, React, NodeJS) stack for CS326: Web Programming at UMass Amherst.

Team Members

  • Sharath Ramkumar
  • Bridget Sweeney
  • Daksh Jain
  • Steven Yean

Application Initialization

To use this application you should have node and npm installed and issue the following commands:

  1. npm install: this will install the required node libraries.
  2. npm run init-db: initializes MongoDB with mock data.
  3. npm run dev: this will start nodemon on the express server and webpack-dev-server on the react app.