This project is built on Ruby On Rails framework on the backend and React library on the frontend. Project will allow you and your other team members to create team and manage your day to day tasks. It is ment to help teams organise the workload, and utilize their time as best as possible.
For live demo Click Here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Node.js and npm installed on your development machine.
- The Yarn package manager.
- Ruby. (ruby 2.6.0)
- Ruby on Rails framework.(Rails 5.1.7)
- PostgreSQL.
To get a copy of the code, you can use the following code:
git clone [email protected]:EmirVatric/Shifts.git
then you need to run the following commande to download all dependcies need to run the application properly :
yarn install
and:
bundle install
final, you can run the application using :
rails server
Run the migrations:
rails db:migrate
You can find the application running on localhost:3000
For running the test in console type:
bundle exec rspec
This application has been deployed to Heroku.
First step is to create heroku repository:
heroku create
Then run:
git push heroku master
Run the migrations:
heroku run rails db:migrate
- Ruby on Rails - Backend framework
- React - Frontend library
- Emir Vatric - Portfolio