Skip to content

psmith1/WinePal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinePal

Wine Pal is the best way to manage and track your wine collection in one single, secure web application. Use filters to organize your wines by vintage, varietal, ageability, and other factors that truly add value and insight into your cherished collection. With the Notes feature, you can build your personalized wine journal and even assign scores to your favorite bottles.

When using this repo, you will need to connect to a database...

  1. Clone the GitHub repository to your computer and navigate to the root project directory
  2. Create new .env file
    touch .env
    
  3. Add your local DB credentials to the .env file, like so:
    DB_HOST=localhost
    DB_USER=root
    DB_PASS=password
    NODE_ENV=development
    
    

Technologies

  • Node.js
  • Sass
  • Pug
  • Express.js
  • Passport
  • MySQL
  • Sequelize

About

Place to track your wine collection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 38.5%
  • HTML 34.8%
  • CSS 26.7%