Skip to content

matbruc/winebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winebook

wine reviews notebook for wine tasters and people that enjoy good wines

Instructions

  1. Install Node.js
  2. Install React.
  3. Install MongoDB
  4. Run mongo and create a database called winedb.
  5. Run mongorestore --uri 'mongodb://localhost:27017/winedb' --archive=winedb-dump --gzip
  6. Update .env file in api and client folders with your MongoDB credentials.
  7. Run npm install in api and client folders.
  8. Run npm start in api folder.
  9. Run npm start in client folder.
  10. Open http://localhost:3000/ in your browser.

Test Users Credentials

Tests

  1. Run npm test in api folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published