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.
- Host: GitHub
- URL: https://github.com/belchenkov/it-logger
- Owner: Belchenkov
- Created: 2019-07-19T12:00:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:01:49.000Z (over 3 years ago)
- Last Synced: 2025-03-02T17:54:52.967Z (over 1 year ago)
- Topics: concurrently, fetch, json-server-heroku, json-web-server, materializecss, react, react-moment, react-redux, redux
- Language: JavaScript
- Homepage: https://react-it-logger.herokuapp.com
- Size: 3.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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.