Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielcgilibert/jira-clone

📄 Jira-Clone with NextJS and MaterialUI.
https://github.com/danielcgilibert/jira-clone

docker material-ui nextjs reactjs

Last synced: 17 days ago
JSON representation

📄 Jira-Clone with NextJS and MaterialUI.

Awesome Lists containing this project

README

        

# Jira-Clone

Screenshot

## 💻 Prerequisites

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

- [NodeJS](https://nodejs.org/es/)
- [Docker](https://www.docker.com/)

### 🛠 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
```