Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel-kalema/hello-world-with-webpack
https://github.com/joel-kalema/hello-world-with-webpack
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joel-kalema/hello-world-with-webpack
- Owner: joel-kalema
- License: mit
- Created: 2022-08-15T15:08:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T11:58:22.000Z (about 2 years ago)
- Last Synced: 2024-10-03T01:42:45.639Z (about 1 month ago)
- Language: Ruby
- Size: 4.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello-Rails
This is a simple project just to learn how to build an only api rails app.## Built With
- Ruby on Rails
- PostgreSQL## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)### Setup
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory### Development Database
```sh
# Install dependencies
bundle install
# Create user
sudo -u postgres createuser -e ced00 -s
# Create the database
rake db:create
# Run database Migration
rails db:migrate
# Run the server
rails s
```## Author
- GitHub: [@joel-kalema](https://github.com/joel-kalema)
- Twitter: [@JoelJklm](https://www.linkedin.com/in/joel-kalema-30518a230/)
- LinkedIn: [joel kalema](https://twitter.com/JoelJklm)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.