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

https://github.com/4sskick/ruby_rails_docker

Ruby on Rails docker setup development
https://github.com/4sskick/ruby_rails_docker

development-environment docker rails ruby

Last synced: 3 months ago
JSON representation

Ruby on Rails docker setup development

Awesome Lists containing this project

README

          

# Rails App

Welcome to your [Ruby On Rails](https://rubyonrails.org/) app.

## Setup & Running Locally

Clone down the repo, install [Docker](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) & run:

```bash
$ docker-compose build
$ docker-compose run --rm web rails new --database= --api
```

Execute one by one, the command gonna generate the Ruby on Rails project setup API.

## Next(?)

- make sure the generated RoR are running well
- update script to run server
- script to integrate with Heroku as deployment

## Contributing

This project still on early setup and have many bug, if you have any idea please make a PR! :)

## Usage

Feel free to use these as a starting point for your own Ruby on Rails project!

## Resources

* [Ruby on Rails Guides](https://guides.rubyonrails.org/)
* [Ruby on Rails API Documentation](https://api.rubyonrails.org/)

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2022-present, wit love [niteroomcreation](https://github.com/4sskick/)