Git Product home page Git Product logo

challengeme's Introduction

Challengeme

  • fork this repo and clone
  • cd server && npm i
  • cd ../client && npm i
  • create new db for development - default name is challenge (can change by .env file)
  • run migration: npm run migrate (in server folder)
  • run seeds npx sequelize db:seed:all
  • change NAME_OF_YOUR_ENV in .env file

Only once - init

  • enable Github actions in your forked repo - go to https://github.com/{owner}/{repoName}/actions and press "I understand my workflows, go ahead and enable them"
  • Github have a lot of issues when it comes to actions and forked repo so you need to add any change for all the files under .github/workflows add enter in the end of the file will be good enough or change the name for all the folder commit it and then change it back - in this step we just need Github to be aware for those actions ๐Ÿฅต
  • create .env file from example and fill the params (repo name / access token)
  • you should create access token from github user who have admin permission on the forked repo - probably be the team leader

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.