Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekspir55/micron
https://github.com/shekspir55/micron
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shekspir55/micron
- Owner: shekspir55
- Created: 2024-06-17T09:53:40.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T19:57:58.000Z (5 months ago)
- Last Synced: 2024-06-19T11:50:12.659Z (5 months ago)
- Language: TypeScript
- Size: 19.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservice+Cron = MICRON
## [Design document](DESIGN.md)
[Micron preview](./Peek-2024-06-18 20-10.gif)
## Note
`One-time scheduling is implemented only for creating records, and not editing.`
# Prerequirements
The only 2 pre-requirements are for you to have a [docker installed](https://docs.docker.com/engine/install/) and `make` command available.
If you don't have `make` you can run commands from `Makefile` directly in the terminal simulator.
# Running and stopping the project
Run `make up`.
The server will start at [http://localhost:8000](http://localhost:8000).
To stop the project please run `make down`.
## Running tests
To run the backend test use `make test`.