An open API service indexing awesome lists of open source software.

https://github.com/johnanon9771/notable-rails

This repository have a proposal of study and pratices of tecnologies as Ruby on Rails :rocket:
https://github.com/johnanon9771/notable-rails

rails ruby

Last synced: about 2 months ago
JSON representation

This repository have a proposal of study and pratices of tecnologies as Ruby on Rails :rocket:

Awesome Lists containing this project

README

          


My Notes Rails

 


My Notes Rails


Github top language

Github language count

Repository size

License



🚧 My Notes Rails 🚀 Under construction... 🚧



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

This project aims to improve my skills with rails as well as being a project for personal use.

## :sparkles: Features

- [x] Authentication with or without Github
- [ ] Add possibility to add todo list
- [ ] Get repositories from Github if logged with Github
- [ ] Add possibility to add todo list and notes for each repository

## :rocket: Technologies

The following tools were used in this project:

- [Ruby](https://www.ruby-lang.org/)
- [Rails](https://rubyonrails.org/)
- [PostgreSQL](https://www.postgresql.org/)
- [Docker](https://www.docker.com/)
- [Git](https://git-scm.com/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Ruby](https://www.ruby-lang.org/) and [Rails](https://rubyonrails.org/) gem installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/JohnAnon9771/my-notes-rails

# Access
$ cd my-notes-rails

# Install gems
$ bundle install

# Execute database
$ sudo docker-compose up

# Run the project
$ rails s

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by João Alves

 

Back to top