mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-14 09:03:33 -05:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -24,20 +24,18 @@ 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
|
||||
|
||||
All the domain models are defined in the [models.py](https://github.com/alphagov/notifications-admin/blob/master/app/models.py) file.
|
||||
|
||||
Reference in New Issue
Block a user