Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olipliche/hello-rails-back-end
https://github.com/olipliche/hello-rails-back-end
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/olipliche/hello-rails-back-end
- Owner: OLIPLICHE
- License: mit
- Created: 2022-02-12T09:31:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T18:06:08.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T04:27:02.735Z (over 1 year ago)
- Language: Ruby
- Size: 347 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set up a "Hello world" project with two apps
# Link to React frontend
[Link to FontEnd PR ](https://github.com/OLIPLICHE/hello-react-front-end)# Built With
- Ruby on Rails
- PostgreSQL# Getting Started
To get a local copy up and running follow these simple example steps# Prerequisites
- Ruby
- Rails# 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# Install
- bundle install# Database
Create user
- sudo -u postgres createuser hello_rails_back_end -s
Create database, load schema and seed data
- rails db:reset db:seed# Run
- rails s## Authors
👤 **Mavoungou Paka**- GitHub: [@OLIPLICHE](https://github.com/OLIPLICHE)
- LinkedIn: [Mavoungou Paka](https://www.linkedin.com/in/olipliche/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/OLIPLICHE/e-learning-platform/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse