No description
Find a file
2019-03-18 01:44:22 +01:00
app fix #27, fix #25, fix #26, fix #20, fix #19 2019-03-18 01:44:22 +01:00
client fix #27, fix #25, fix #26, fix #20, fix #19 2019-03-18 01:44:22 +01:00
locales fix #27, fix #25, fix #26, fix #20, fix #19 2019-03-18 01:44:22 +01:00
.dockerignore stream of consciousness 2019-03-07 14:59:28 +01:00
.editorconfig first commit backend 2019-02-26 00:02:42 +01:00
.env mail notification 2019-03-11 00:20:37 +01:00
.eslintrc.js admin settings fix #12, fix #13 image in mastodon 2019-03-12 01:16:52 +01:00
.gitignore ignore client/dist 2019-03-05 15:19:01 +01:00
db.sqlite add dev db 2019-02-26 01:25:03 +01:00
docker-compose.yml admin settings fix #12, fix #13 image in mastodon 2019-03-12 01:16:52 +01:00
Dockerfile mail notification 2019-03-11 00:20:37 +01:00
init.sql add init postgres schema 2019-03-05 01:37:46 +01:00
package.json other minor fix 2019-03-12 23:48:43 +01:00
pm2.json pm2 / cron worker to send reminder 2019-03-10 01:01:23 +01:00
README.md ... 2019-02-26 01:30:12 +01:00

gancio

an event manager for radical communities [WIP]

dev

both backend (/app) and frontend(/client) are in this repo.

backend stack: node.js, express, sequelize.
frontend stack: vue, webpack, boostrap

git clone https://github.com/lesion/gancio.git
cd gancio 
# install back-end dependencies
yarn
# run back-end in development mode
yarn dev

cd client
# install front-end dependencies
yarn
# run front-end in development mode
yarn dev