Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 372 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 372 Bytes

Deploy

Tasks API

A lightweight REST-API to handle task manager clients.

Running the project locally

Install dependencies

bundle

Initialize the DB

rails db:create
rails db:migrate

Run the server

rails s

Now your port 3000 is running the API 😎