Skip to content

Glaadiss/community-voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Voting System

Build Status

Community Voting System written with with React.js, Graphql and Prisma

Getting Started

Prerequisites

Things you have to install before:

  • docker
  • npm / yarn
  • prisma via npm npm install -g prisma

Installing and running

prisma server(backend):
cd backend
npm install
docker-compose up -d
npm run update
npm run get-schema
npm start
React (frontend):
cd frontend
npm install
npm start

About

community voting system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published