Skip to content

patheticGeek/compatability-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check compatibility with your crush

This is made with react and node js

How to run

  1. Install the packages
yarn install
  1. Run backend
cd backend && yarn dev
  1. Run frontend
cd frontend && yarn dev