mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 07:03:12 -05:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -24,19 +24,17 @@ Application to handle the admin functions of the notifications application.
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
### To run the sample application run:
|
||||
### Running the application:
|
||||
pip install -r requirements.txt
|
||||
./scripts/bootstrap.sh
|
||||
./scripts/run_app.sh
|
||||
|
||||
Note: the ./scripts/bootstrap.sh script only needs to be run the first time to create the database.
|
||||
|
||||
url to test app:
|
||||
|
||||
localhost:6012/helloworld
|
||||
|
||||
|
||||
### Database
|
||||
Run the following command to create the database
|
||||
|
||||
./scripts/bootstrap.sh
|
||||
|
||||
### Domain model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user