/CodeOfDuty

Gamified Sprint System

Primary LanguageJavaScriptMIT LicenseMIT

Code Of Duty

Gamified Sprint System - Making Open Source Contribution and Team Collaboration Fun!

Screenshots

Technology Stack:

  • Frontend:
  • Backend:
  • Database:
  • CI/CD:
  • Version Control:

Getting Started

File Structure

Directory Content
codeofduty-frontend contains frontend components
codeofduty-backend contains backend api
codeofduty-docs contains all docs (schemas, api routes, usage)

Setup

  • Fork and clone the repo
$ git clone https://github.com/MLH-Fellowship/CodeOfDuty.git
$ cd CodeOfDuty

Frontend:

  • Install dependencies
$ cd codeofduty-frontend
$ npm install
  • Run the server and react app
$ npm run dev

Backend:

  • Install dependencies
$ cd codeofduty-backend
$ npm install
  • Run the server
$ npm start

Contributing

If you have suggestions for how CodeOfDuty could be improved, or want to report a bug, open an issue! Contributions of all kinds are welcomed!

For more, check out the Contributing Guide.

License

MIT © 2020 MLH Fellowship

Made with ❤️ by Chau Vu, Ajwad Shaikh, and Vrushti Mody during Sprint 4 of the MLH Fellowship Explorer Batch, Fall 2020.