Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Other nice to have features:

## prerequisites

Ensure you have installed [Node.js](https://nodejs.org/en/download/current/) and [Docker](https://www.docker.com/community-edition).
Ensure you have installed [Docker](https://www.docker.com/community-edition).

## database setup

Expand All @@ -56,13 +56,6 @@ NOLA311_DB_PORT=5432 \
./setup.sh
```

## app setup

For local development, you can use Docker to run the application
```
docker-compose up -d app
```

## some sample queries on the database

Login to the db with psql `psql -h localhost -U nola311` and run some queries:
Expand Down
3 changes: 0 additions & 3 deletions app/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions app/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion app/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion app/.nvmrc

This file was deleted.

14 changes: 0 additions & 14 deletions app/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions app/hooks/build

This file was deleted.

10 changes: 0 additions & 10 deletions app/hooks/post_build

This file was deleted.

305 changes: 0 additions & 305 deletions app/index.html

This file was deleted.

Loading