Skip to content

mitild/ita-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITA Wiki

ITA Wiki is a project built with React.js and Node.js for students at the IT Academy from Barcelona Activa. The goal is to allow them to familiarize themselves with a generic development setup that could be found in other places. One of the purposes of this project is to allow students to deal with new features, legacy code, fixes and teamwork challenges. As a consequence the priority is not only excellent technical execution, but to provide a full learning experience to our students.

Table of Contents

  1. About The Project
  2. Getting Started
  3. License

About The Project

Built With

Requirements

  1. Docker
  2. Bash terminal
  3. Git pull-request and issue flows.

How to work with GIT

  1. When new features or fixes are required we create a new issue.
  2. Issues are assigned to one person.
  3. The number of the issue is created as a new branch name following git branch naming conventions: https://deepsource.io/blog/git-branch-naming-conventions/
  4. Once the issue is resolved, a new pull-request from your branch to main is required.

Getting Started

Create a settings.json inside the .vscode file with the following content:

{
    "eslint.workingDirectories": ["front", "back"]
}

The code above allows the ESLint VSCode extension to properly find each ESLint project configuration file.

About

la wiki de la IT Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Shell 1.3%
  • HTML 0.3%