Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielcgilibert/jira-clone
- Owner: danielcgilibert
- Created: 2022-10-18T18:04:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:46:58.000Z (about 1 year ago)
- Last Synced: 2024-10-08T23:21:26.092Z (about 1 month 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
```