-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Taylor McClerin edited this page Jun 28, 2023
·
1 revision
-
Start out by cloning the repository
-
Install the dependencies
pipenv install -r requirements.txt
-
Create .env file, for example:
SECRET_KEY= super_secret_key_name DATABASE_URL=sqlite:///dev.db SCHEMA= schema_name_here -
Make sure the SQLite3 database connection URL is in the .env file
-
In a terminal in the app directory, set up into your pipenv, migrate your database, seed your database, and run your Flask app:
pipenv shell flask db upgrad flask seed all flask run
-
To run the React App in development, checkout the README inside the
react-appdirectory.- Essentially, in a terminal in the react-app folder:
npm install npm start
- Essentially, in a terminal in the react-app folder:
-
Now you can either set up an account or use the demo user option to explore EveryNote