Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 505 Bytes

Shopping list app with React, Node and Mongoose

Work in progress.

First, make sure you have mongod up an running on localhost.

  1. Run npm install at your project root
  2. Run npm install at ./client
  3. Run npm start at root folder to start the server.
  4. At /client, run npm start again.
  5. Open localhost:3000 on your web browser.

Known Issues

  • not all functions at front-end have been changed to match the new backend

To Do

  • error handling