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:
- Host: GitHub
- URL: https://github.com/johnanon9771/notable-rails
- Owner: JohnAnon9771
- Created: 2021-08-30T23:03:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T18:53:33.000Z (over 3 years ago)
- Last Synced: 2025-01-22T09:12:39.968Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Notes Rails




🚧 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