Skip to content

The Cryptocracy platform built with React, Express and Prisma.

Notifications You must be signed in to change notification settings

cryptichunt/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocracy Platform

Setup

  1. Install and setup: node, redis, mysql.

  2. Clone the repository and install dependencies.

git clone https://github.com/cryptichunt/platform cryptocracy-platform
cd cryptocracy-platform/backend
npm i
cd ../frontend
npm i
  1. Copy and populate config files
cd ../backend
cp .env.example .env
cp config/config.example.json config/config.json
  1. Create a database and run migrations on it
MYSQL_URL=<your_mysql_url> prisma migrate up
node seed/run all
  1. Start a redis server and check if it's running
redis-server --daemonize yes
ps aux | grep redis-server
  1. Run the app
npm run serve:dev
# In another shell
cd ../frontend && npm run start

About

The Cryptocracy platform built with React, Express and Prisma.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published