Skip to content

davidOnaolapo/Smartville

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartville

Smartville is an application that helps you set up your smart home. Your handy robot helper Nao guides you through the process, by explaining what apps you need to download and recommending products for you based on your budget and needs. It was built with React, SCSS, JavaScript, Node.js, express and Psql.

Final Product

"Nao welcomes you to Smartville" "First survey question" "Final survey question" "Here are your recommendations"

Setup

  1. Install dependencies on the client side with npm install

  2. Install dependencies on the server side with npm install

  3. Create the .env by using .env.example as a reference

  4. Update the .env file with your correct local information DB_HOST=localhost DB_USER=smart DB_PASS=smart DB_NAME=final

  5. Install dependencies: npm i

  6. Reset database: npm run db:reset

  7. Check the db folder to see what gets created and seeded in the SDB

  8. Run the server: npm run local

Note: nodemon is used, so you should not have to restart your server

Dependencies

  • axios
  • react-dom
  • react-scripts
  • node-sass
  • bcrypt
  • jsonwebtoken
  • morgan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors