Simple rails api back end
link to the Reactjs front-end for this project
- Major languages: Ruby
- Frameworks: ROR
To get a local copy up and running follow these simple example steps.
You need to have followings installed in your local machine:
Ruby
Postgresql
Rails
To setup the Items Library project in your local, in the repo page:
- click on code (dropdown list) > Download as ZIP.
- or open terminal of path you want to install project and run this command:
git clone git@github.com:nicupop729/hello-rails-react.git
cd hello-rails-react/
bundle install
bin/rails db:create
bin/rails db:migrate
bin/rails
- Run the following comands in your command line:
rails s -p 8000
open any chrome/firefox
type "localhost:8000/random_greeting"
👤 Nicolae Pop
- GitHub: @nicupop729
- Twitter: @nicupop729
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.