Giter VIP home page Giter VIP logo

projeto-trainee-20221's Introduction

Projeto Trainee 2022.1

About The Project

Trainee Project challenge for newcomers in 2022.1 elaborated by TITAN.

Tech Stack

How do I get set up?

# Clone the repository.
$ git clone https://github.com/DEV-TITAN/projeto-trainee-20221.git
$ cd projeto-trainee-20221

# Use the node version specified in `.nvmrc`
$ nvm use

# Install dependencies.
$ npm install

# Set enviroment variables. Create a `.env` file in the project's root.
# Check out `.env.example` to see what needs to be set.
$ cp .env.example .env
$ vim .env

# Run the server for development.
$ npm run dev

Contribution guidelines

# Clone the repository.
$ git clone https://github.com/DEV-TITAN/projeto-trainee-20221.git
$ cd projeto-trainee-20221

# Create a new branch from `develop` and name it following semantic branch names
# See: https://gist.github.com/seunggabi/87f8c722d35cd07deb3f649d45a31082
$ git checkout develop
$ git checkout -b feat/new-feature

# Commit your changes with semantic commit messages.
# See: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
$ git add .
$ git commit -m "feat: implement new feature"

# Push your changes to the remote repository, open a pull request against the
# `develop` branch and wait for merging.
$ git push origin feat/new-feature

Project's Enviroments and Deploy

In the main branch, one can use the production version of this project whereas in the develop branch the latest and more updated features can be found.

The main branch is deployed on Heroku and it's ready for use. Check the link below:

Documentation

The scope of the project can be found here.

projeto-trainee-20221's People

Contributors

iranbrg avatar

Stargazers

Vitoria Damasceno 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.