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

https://github.com/belchenkov/it-logger

React app to track IT department tasks and issues. Uses JSON-Server as a mock backend.
https://github.com/belchenkov/it-logger

concurrently fetch json-server-heroku json-web-server materializecss react react-moment react-redux redux

Last synced: about 2 months ago
JSON representation

React app to track IT department tasks and issues. Uses JSON-Server as a mock backend.

Awesome Lists containing this project

README

          

# ITLogger

> React app to track IT department tasks and issues. Uses JSON-Server as a mock backend.

Demo: https://react-it-logger.herokuapp.com

## Usage

### `npm install`

### `npm run dev`

Runs the app with the backend JSON-Server

Open [http://localhost:3000](http://localhost:3000)
Server [http://localhost:5000](http://localhost:5000)
db.json contains data

### `npm run build`

Builds the app for production to the `build` folder.