Tasks
An easy way to stay productive by creating projects and listing out tasks.
Tasks frontend client is bult using React and Rails as the API backend using Postgres.
Tasks is dependent on the Rails API backend mentioned above, visit the repo for installation instructions.
https://ancient-headland-91530.herokuapp.com/
Available Scripts
In the project directory, you can run:
npm install
PORT=3001 yarn start
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.
Running with Docker Compose
Clone the repo and cd into the project directory.
Inside the project directory, run:
docker-compose build
docker-compose up
Open http://localhost:3001 to view it in the browser.