Skip to content

AStA-HTWG-Konstanz/backend

Repository files navigation


HTWG Campus backend

How to run

Install dependencies:
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
npm install sails -g
Clone and run the project:
git clone https://github.com/AStA-HTWG-Konstanz/backend.git && cd backend
npm install
sails lift

How to contribute

Waffle.io - Columns and their card count

  • Create or take an issue
  • Create a feature branch with a correct name for the waffle bot: [issue number]-[your_branch_name]
  • Pull request + assign Alesfatalis as reviewer