Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

hoily/aaas

Repository files navigation

aaas

Ainsley As A Service. It's placekittens, but for Ainsley Harriot

Development

If you want to contribute to AaaS, or self host the project, follow these steps

Requirements

  • PostgreSQL
  • Python
  • NodeJS
  • NVM

Setup

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

Usage

To run the server locally execute the following command

./scripts/runserver

Tests

Test can be run by executing the following command.

./scripts/runtests

Contributors

If you want to contribute to this project see CONTRIBUTING.md

License

This project is licensed under the MIT License - see LICENSE.md file for details