Skip to content

Sanchezdav/follow_up

Repository files navigation

FollowUp

Is an application for project management through tickets, you can invite people to your project and assign tasks to them and change the status according to the step of the task.

Stack

Dependencies

After clone this project, you need to install the ruby depedencies from your Gemfile running bundle install and the javascript dependencies with yarn install.

Database

Next step is create the database (Postgresql) with this command rails db:create and execute all the migrations rails db:migrate.

Development

We have two servers, Rails server and Webpack dev server, if you want to run both at once just install Foreman with foreman start -p 3000, the flag -p indicates the port.

If you prefer run servers individually, for Rails server use rails s and for webpack dev server bin/webpack-dev-server.

Screenshots

Board

Board

Task view

Task

Task Comments

Comments

New task modal

New

Admin

Admin

Sign Up

SignUp

Sign In

SignIn

About

Project Management Application with Rails 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published