Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 644 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 644 Bytes

Jira-Clone

Screenshot

💻 Prerequisites

Before getting started, please make sure you have the following requirements:

🛠 Using Docker with Jira-Clone (required for the database)

docker-compose up -d

Fill the database with information

Make a request to the endpoint:

http://localhost:3000/api/seed

🚀 Installing Jira-Clone

To use the project, follow these steps:

git clone https://github.com/danielcgilibert/Jira-Clone.git
cd jira-clone
yarn
yarn dev