Skip to content

Club-Alpin-Annecy/collectives-materiel

Repository files navigation

Actions Status Actions Status Actions Status

INTRODUCTION

This is the collectives site to plan events within a mountain sport club. It is based on Flask.

Installation

  1. Unzip the package from the source.
  2. Install Python (this app has been tested with Python 3.8) and pip3
  3. Install required dependencies with pip pip install -r requirements.txt
  4. Run the development server (it will be available at http://localhost:5000) ./run.py (do not run this in production)

Configuration

Instance specific configuration can be included in instance/config.py

Docker

🛠️ [TODO] 🛠️

Access

Default account is admin Default password is foobar2 (can be change in config.py)

Demonstration

A demonstration website can be found https://test.collectives.cafannecy.fr

Documentation

More detailed documentation can be found in doc folder or on the doc website: https://doc.collectives.cafannecy.fr

Tests

🛠️ [WIP] 🛠️

Install required test dependencies with pip: pip install -r requirements-tools.txt run the tests:

  • python tests.py to run Unit Tests
  • pytest to run Integration Tests

Contributing

Refer to the CODING file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published