Git Product home page Git Product logo

muni-fi-pv249's Introduction

Projects

The project had to be developed on GitLab. Each part stated below had to be submitted as a separate merge request. In the case that the merge request met the criteria (it was accepted by the teachers) the merge request was merged into the master branch. Branch master from GitLab is available in this repository under the acronym master_gitlab. The work history is available in master on GitHub.

Simple MuniHub application (subset of GitHub or GitLab) divided into three separate parts:

  1. Rails
    • deadline: 20.10.2019
    • specifications: here
  2. CLI
    • deadline:
    • specifications: here
  3. Sinatra
    • deadline:
    • specifications: here

MuniHub - Rails

Zadání první fáze projektu:

  • V adresáři rails vytvořte jednoduchou Rails aplikaci MuniHub která bude umět:
    • Registrování nových uživatelů (zadání jména, loginu, hesla s potvrzením)
    • Přihlašování existujících uživatelů
    • Vytváření repozitářů (jenom jednoduchý model bez napojení na skutečný git repozitář)
    • Jednoduchý ticketovací systém (issues)
  • Požadované atributy modelu:
    • User: name:String, email:String, password_hash: String, password_salt:String
    • Repository: name:String
    • Issue: subject: String, text: String
  • Vazby:
    • User : Repository 1:N
    • Repository : Issue 1:N
    • User : Issue 1:N (author)
  • Omezení:
    • User.login bude obsahovat jenom [a-z] znaky
  • Všechny fáze projektu budou v jednom repositáři, dbejte tedy na pojmenování podaresářů v projektu podle zadání úkolu (zde rails).

MuniHub - CLI

See cli/README.md

MuniHub - Sinatra

See sinatra/README.md

muni-fi-pv249's People

Contributors

europ avatar inecas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.