This is a project that aids the creation of a platform for Non-Profit Organizations that targets dog adoption/donation campaigns via a web interface. We're currently in early stages of design and development.
- Current project status and what's being worked on can be seen at our public Trello board - Platform Development - and at the issue tracker of this repository.
- To get in touch with the dev team, you're welcome to join our Discord server: Programming Discussions.
- Docker and Compose
- node & npm
- Or you could use
nvmto easily switch between node versions: *nix & mac, windows
- Or you could use
- To get started with the API, run
docker-compose upfrom the repository root. This will start thepostgrescontainer and the application container. You can then edit the files insideapi/. If the API container is running flask's debug server, your changes should be automatically reloaded. - To get started with the frontend, go to the
frontendfolder, runnpm installto get all the dependencies, and thennpm startto launch the development server.

