riqra-challenge
FullStack challenge from Riqra
How it works?
To run GraphQL backend:
npm install
to install dependenciesnpm run dev
to start development environmentnpm start
to start production environment
To run React frontend:
npm install
to install dependenciesnpm start
to start development environmentnpm run build
to generate production build
Deploy to Heroku
To deploy:
- Clone this repo.
- Inside the repo directory, run
heroku create
. - Run
git push heroku master
to simultaneously deploy the frontend + backend to Heroku. - Use JawsDB addon to deploy your MySQL database.
See it running at https://riqra-challenge.herokuapp.com/