API to manage your devices from the comfort of your own home.
- Set up a database in PostgreSQL
- Make a .env file following the example given in .env.example and save to root
On DB_NAME Environmental Variable Name your DB_NAME variable the same as the one you made in step one. e.g. DB_NAME=lightbulb
- Run the following to install and set up the program
npm run initial
- To run the program any time after the initial set up
npm start