fairnesscoop / pictyschool

Open source and eco design school photo management software (work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pictyschool

PictySchool is an open source and eco design school photo management software

GitHub Workflow Status codecov Scrutinizer Code Quality Codacy Badge GitHub release (latest by date) GitHub license

Technical stack

Prerequisites

You must have Docker and Docker Compose.

Installation

At the first launch, just execute this command to install your application :

make install

For the next times you just need to execute this command to start your application :

make start

Security

The client must send the user apiToken in the Authorization header when making requests to protected resources : Authorization: Bearer <apiToken>

At the installation of the project a default user was created :

{
    "email": "john@doe.com",
    "password": "john"
}

To retrieve the apiToken, make a post request on /login with a user email and password.

Helpers

This following command will display all available helpers :

make help

Tests

Run the unit test suite with this following command:

make test

Credits

Created by Fairness

About

Open source and eco design school photo management software (work in progress)

License:MIT License


Languages

Language:TypeScript 75.2%Language:Svelte 20.8%Language:JavaScript 3.0%Language:CSS 0.4%Language:Makefile 0.4%Language:HTML 0.1%