Skip to content

This is the back-end for the final capstone on Microverse about a track application made with Ruby on Rails.

License

Notifications You must be signed in to change notification settings

vichuge/backend-track-app

Repository files navigation

Back-end track application (API service)

This app is the back-end for the final capstone on microverse program, to use it install Postman or another tool for API services (not supported on navigators).

Capture 1

Live demo

https://stormy-headland-20983.herokuapp.com/api/v1/

API documentation

Click here to see it!

Tests with RSpec

This website was tested with Rspec

🔧 Built With these features

  • Ruby 2.7.2
  • Rails 6.1.4
  • Bundle 2.1.4
  • PostgreSQL 12.7
  • Rubocop gem 1.19.0

🛠 Getting Started

Install

git clone https://github.com/vichuge/backend-track-app.git on your terminal.

Run the application

To get a local copy up and running follow these simple example steps.

  • Open a terminal
  • Copy this code : git clone https://github.com/vichuge/backend-track-app.git
  • Run the program with this code : bundle install
  • before running rails server you must run a few more commands: first run yarn install --check-files
  • Then run rails db:create, rails db:migrate
  • now you can run rails server
  • Stop the program with: "Ctrl + C" (Windows or Linux) or "Command + C"(Apple)

Open app in browser

  • When the program is running go to your browser.
  • put: localhost:3000/
  • Click on Sign Up, then register and create a new User
  • Enjoy the app.

✒️ Author

👤 Victor Pacheco

🤝 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!

📝 License

This project is MIT licensed.

About

This is the back-end for the final capstone on Microverse about a track application made with Ruby on Rails.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages