A simplified Jira clone built with React and Node

Auto formatted with Prettier, tested with Cypress 🎗

Visit the live app | View client | View API

Tech logos

App screenshot

Setting up development environment

  1. Install postgreSQL if you don't have it already and create a database named jira_development.
  2. git clone https://github.com/oldboyxx/jira_clone.git
  3. Create an empty .env file in /api, copy /api/.env.example contents into it, and fill in your database username and password.
  4. npm run install-dependencies
  5. cd api && npm start
  6. cd client && npm start in another terminal tab
  7. App should now be running on http://localhost:8080/

Running cypress end-to-end tests

  1. Set up development environment
  2. Create a database named jira_test and start the api with cd api && npm run start:test
  3. cd client && npm run test:cypress

Visit the live app | View client | View API

Description
No description provided
Readme MIT 2 MiB
Languages
JavaScript 84.6%
TypeScript 14.6%
CSS 0.5%