Skip to content

jacobmoe/resistr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Resistr

Track your, and your team's, civic engagement.

Resistr Demo

Development

API

https://github.com/jacobmoe/resistr-api

Requirements

Build

Install the project

git clone https://github.com/jacobmoe/resistr-api.git

cd resistr-api
npm install 

cp config/production.json.example config/production.json
cp env/secrets.sh.example env/secrets.sh

Update env/secrets.sh

Create a JWT_SECRET

node -e "console.log(require('crypto').randomBytes(32).toString('hex'));"

Setup the database

make db.create
make db.migrate
make db.seed 

Run the server

NODE_ENV=development make

Tests

make test

UI

https://github.com/jacobmoe/resistr-ui

Requirements

Install the project

git clone https://github.com/jacobmoe/resistr-ui.git

cd resistr-ui
npm install 

Run the development server

make

About

A civic engagement tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published