Skip to content

ryan-lingle/rekr-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rekr-client

This is the repo for the rekr client, the rekr server repo can be found here.

This application can be found at rekr.app.

dev setup

first, clone and set up rekr-server

git clone https://github.com/ryan-lingle/rekr-server.git
cd rekr-server

install dependencies

npm install

create and seed db

npx sequelize-cli db:create
npx sequelize-cli db:migrate
node src/seed.js

start the server

npm start

clone and enter client directory

git clone https://github.com/ryan-lingle/rekr-client.git
cd rekr-client

install client dependencies (they use different package managers oops lol)

yarn install

start client

yarn start

About

client for rekr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published