JbirdL86 / hello-rails-back-end-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microverse

Hello REACT-RAILS Back-end

This is a simple study project, Here I'm creating a rails API to provide data to a front-end app!

Link to react-app

Getting Started

To run the project locally, copy up and running follow these simple example steps :

  • First of all make sure you have both Ruby & Rails installed in your machine (else You can install Rails just with this simple command gem install rails)
  • clone the project with the following command line :
$ git clone git@github.com:Laylo309/hello-rails-back-end.git
  • Then go to the right folder
$ cd hello-rails-back-end
$ bundle

and run to install npm package

$ npm install

make sure the database is up and running.

$ rails db:create

When you will add migration file then, you can add command like

$ rails db:migrate

When you will add seeds file then, you can add command like

$ rails db:seed

Built With

  • Ruby on Rails
  • PostgreSQL

Author

πŸ‘€ Laylo Khodjaeva

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspiration πŸ’˜
  • Microverse program ⚑
  • My standup team 😍
  • My family's support πŸ™Œ

About

License:MIT License


Languages

Language:Ruby 87.8%Language:Batchfile 11.3%Language:HTML 0.9%