This project has the function of being the backend of a FullStack application using Ruby on Rails on the backend, Angular on the frontend and Nativescript on the mobile.
The project is still under development and the next updates will focus on the following tasks:
- [] Insert Factory Bot
Before you begin, if you meet the following requirements:
- You have installed the latest version of Ruby, Rails.
- Do you have a machine
<Windows / Linux / Mac>.
To install the API Task Manager, follow these steps:
Windows, Linux and macOS:
git clone https://github.com/Vinicius-Mazza/task-manager-backend.git
cd task-manager-backend
cd bundle install
To use the Task Manager API, follow these steps:
rails s
To contribute to API Task Manager, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b branch_name. - Make your changes and confirm them:
git commit -m 'message_commit' - Send to the original branch:
git push origin api-task-manager / local - Create the pull request.
Alternatively, consult the GitHub documentation at how to create a pull request.
This project is under license. See the license LICENSE file for more details.
