Skip to content

devpointlabs/qa-engine

Repository files navigation

QA-Engine

Steps to setup and run

  1. git clone git@github.com:devpointlabs/qa-engine.git <project-name>

  2. cd project-name

  3. bundle install

  4. in database.yml change name of database qa-engine to project-name

  5. rails db:create db:migrate db:seed

  6. rails s -p 3001

  7. cd client && yarn

  8. run yarn add axios

  9. yarn start

handle git

  • you can either remove the remote and add you own, or you can remove the git repo, remove the remote keeps the commit history from starter project, and rm -rf .git is going to complete remove it/
    • remove origin git remote rm origin
    • git add remote origin to new repo
  1. or rm -rf .git git init git remote add origin new githib page git add . git commit -m git push origin master

push

const getAnswers = async () => { let response = await Axios.get('/api/questions'); setAnswers(res.data); } catch(err) { alert("You done effed up A-Aron."); } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5