Skip to content

rodekruis/shelter-database

Repository files navigation

Shelter Database

Presentation

The goal of this application is to list the shelters deployed around the world.

The official instance is available here.

Deployment

Requirements

$ sudo apt-get install postgresql npm

Also it seems that today a proof of good taste is to install first pyenv, then pipsi, and finally pew and pipenv with pipsi.

Configure and install the application

Database configuration

$ ./create_db.sh shelter pgsqluser pgsqlpwd

Application

~/git$ git clone https://github.com/rodekruis/shelter-database.git
~/git$ cd shelter-database/
~/git/shelter-database$ cp src/conf/conf.cfg-sample src/conf/conf.cfg
~/git/shelter-database$ pipenv install
✨🍰✨
~/git/shelter-database$ pipenv shell

(shelter-database-JZplA0Yt) ~/git/shelter-database$ npm install

(shelter-database-JZplA0Yt) ~/git/shelter-database$ ./create_db.sh shelter pgsqluser pgsqlpwd
(shelter-database-JZplA0Yt) ~/git/shelter-database$ ./init_db.sh

(shelter-database-JZplA0Yt) ~/git/shelter-database$ python src/runserver.py
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)

Read the documentation for more information about the deployment of the application.

Documentation

To generate the documentation in HTML format:

./documentation$ sudo pip install sphinx
./documentation$ make html

The result will be in the _build folder.

License

This application is under MIT license.

Contact

Browser testing provided by - BrowserStack

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published