Clone me!
HTTPS:
git clone https://github.com/Lazytangent/DataFlow.gitSSH:
git clone [email protected]:Lazytangent/DataFlow.gitcdinto the repositorycdinto thebackenddirectory.npm installthe dependencies.- Make an
.envfile based on the.env.examplefile given. - Run this command to create the user based on the user defined in the
.envfile.psql -c "CREATE USER data_flow_app with PASSWORD 'password' CREATEDB;" - Run
npx dotenv sequelize db:createto create the database.
- In another terminal,
cdinto thefrontenddirectory. npm installthe dependencies.
In both terminals, run npm start to start the servers.
Go to the WALKTHROUGH.md for the detailed walkthrough.
Go see NOTES.md for some side notes on things you can read more about.