Skip to content

TomJamesDuffy/Acebook

 
 

Repository files navigation

DART 🎯

DART is a team project consisting of the implementation of a social media platform. The primary goal of this project is to use high-quality processes to build a project in a team. The areas of focus are:

  • Learning process.
  • Code writing.
  • Team work and use of Agile methodologies.
  • Understanding of a deployment pipeline.

Criteria 🔍

The criteria followed to self-evaluate the work done is grouped into four sections:

Tests

  • Passes tests.
  • 100% test coverage.
  • Appropriate feature and isolated unit tests.

Quality

  • Passes rubocop.
  • Code Climate grades of A.
  • Low flog score.

Development

  • Evidence of git workflow.
  • Good documentation of project in the README.md.
  • CI is set up for continuous deployment from master.
  • Development and deployment done with docker, heroku/ aws.

Learning

  • Daily reflective blogs.
  • Daily stand ups/retrospectives or another technique for group checkins/reflection.

Sources of information 📚

The sources of information are organised as follows:

Quality indicators

The facts are here:

Collaborations tool

The card wall is here: Trello

Team reflections

The blog is here: Blog

Platform

The deployment of the application is here: Team DART

Contributing 🎭

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Getting Started 🚴‍

First, clone this repository. Then:

> bundle install
> bin/rails db:create
> bin/rails db:migrate

> bundle exec rspec # Run the tests to ensure it works
> bin/rails server # Start the server at localhost:3000

Note: Avatar images would only work once setting your own image DB. For extra information on how to do this contact one of the team members in the authors section bellow.

Authors 🖋

Acknowledgments 🎓

About

Template for the AceBook project

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 67.3%
  • Ruby 23.0%
  • CSS 9.1%
  • JavaScript 0.6%