1003 B
1003 B
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