Ainsley As A Service. It's placekittens, but for Ainsley Harriot
If you want to contribute to AaaS, or self host the project, follow these steps
- PostgreSQL
- Python
- NodeJS
- NVM
To setup the the project locally run the following commands:
./scripts/build
This command setup the virtual environment and gets the required modules
createdb aaas
This creates the PostgreSQL database for use with the project
./scripts/migrate
This command applies database migrations, and will need to run whenever a database model is changed
To run the server locally execute the following command
./scripts/runserver
Test can be run by executing the following command.
./scripts/runtests
- Jake Howard - RealOrangeOne
- James Seden Smith - sedders123
- Dominik Kwiatek - mltnhm
If you want to contribute to this project see CONTRIBUTING.md
This project is licensed under the MIT License - see LICENSE.md file for details