Skip to content

deardaveed/DataFlow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Flow Lecture

Clone me!

HTTPS:

git clone https://github.com/Lazytangent/DataFlow.git

SSH:

git clone [email protected]:Lazytangent/DataFlow.git

Phase 0: Set Up

Backend

  1. cd into the repository
  2. cd into the backend directory.
  3. npm install the dependencies.
  4. Make an .env file based on the .env.example file given.
  5. Run this command to create the user based on the user defined in the .env file.
    psql -c "CREATE USER data_flow_app with PASSWORD 'password' CREATEDB;"
  6. Run npx dotenv sequelize db:create to create the database.

Frontend

  1. In another terminal, cd into the frontend directory.
  2. npm install the dependencies.

Start the servers

In both terminals, run npm start to start the servers.

Guided Walkthrough

Go to the WALKTHROUGH.md for the detailed walkthrough.

Things of note

Go see NOTES.md for some side notes on things you can read more about.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 5.6%
  • HTML 2.5%
  • Shell 0.6%