Skip to content

kjamrozy/cooking-genie-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation guide

  1. It is advised to run this app on ubuntu.
  2. Install nodejs
  3. Install npm (packet manager for nodejs)
  4. cd app (from this folder)
  5. sudo npm install
  6. Configure your postgres database, there should be user postgres with password: 1234. Postgres server should run on 5432 port.
  7. Create database cooking_genie in postgres.
  8. Populate cooking_genie database with data by running script create_database.sql.
  9. Run "sudo npm start" from within app folder.
  10. Type in localhost:3000 into your browser. Enjoy!

About

Cooking advisor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published