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: 5 months ago
JSON representation
📄 Jira-Clone with NextJS and MaterialUI.
- Host: GitHub
- URL: https://github.com/danielcgilibert/jira-clone
- Owner: danielcgilibert
- Created: 2022-10-18T18:04:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:46:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T10:51:22.178Z (over 1 year ago)
- Topics: docker, material-ui, nextjs, reactjs
- Language: TypeScript
- Homepage:
- Size: 659 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jira-Clone

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