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.
-
Install dependencies on the client side with
npm install -
Install dependencies on the server side with
npm install -
Create the .env by using .env.example as a reference
-
Update the .env file with your correct local information DB_HOST=localhost DB_USER=smart DB_PASS=smart DB_NAME=final
-
Install dependencies: npm i
-
Reset database: npm run db:reset
-
Check the db folder to see what gets created and seeded in the SDB
-
Run the server: npm run local
Note: nodemon is used, so you should not have to restart your server
- axios
- react-dom
- react-scripts
- node-sass
- bcrypt
- jsonwebtoken
- morgan



