/lol-friendfinder

A tinderlike webapp using MERN + Graph QL

Primary LanguageJavaScriptMIT LicenseMIT

Installation

cd backend && npm install
cd ../frontend && npm install

If chokidar errors, try npm update --force

Run

Node Backend

cd backend && npm start

React Frontend

cd frontend && npm start

Cypress

You can start Cypress with

npx cypress open

GraphQL

You can access Apollo Playground at localhost:5000/graphql