Wilfried OLLIVIER ab91bbf736
All checks were successful
continuous-integration/drone/push Build is passing
Fix: date handling
2020-12-15 18:15:24 +01:00
2020-12-12 20:02:52 +01:00
2020-12-12 18:43:23 +01:00
2020-12-12 19:19:06 +01:00
2020-12-13 20:10:54 +01:00
2020-12-15 18:15:24 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00
2020-12-12 18:38:31 +01:00

Confient

A tiny Phoenix web app for teacher to collect students works

Getting Started

Prerequisites

Installing

Get Confient

From source

Clone this repo and run

mix deps.get

To download all the deps

cd assets && npm install

To get Node.js deps

This apps needs a PostgreSQL data base

As a startup you can une the one in compose/dev

cd compose/dev && docker-compose up

When DB is up, run the migrations

mix ecto.migrate

Then start the server

mix phx.server

Visit localhost:4000 from your browser : 🎉

If you need details on how to run it in production, see Phoenix deployment guides.

Authors

  • Wilfried OLLIVIER - Main author - papey

License

LICENSE file for details

Description
A tiny Phoenix web app for teacher to collect students works
Readme 286 KiB
Languages
Elixir 74.4%
CSS 10.4%
HTML 10.1%
JavaScript 3.2%
Dockerfile 1.7%
Other 0.2%