https://github.com/solar05/inn_checker_service
Web service that can check is your document valid!
https://github.com/solar05/inn_checker_service
elixir elixir-phoenix
Last synced: 12 months ago
JSON representation
Web service that can check is your document valid!
- Host: GitHub
- URL: https://github.com/solar05/inn_checker_service
- Owner: solar05
- Created: 2020-07-08T14:14:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:57:31.000Z (over 3 years ago)
- Last Synced: 2025-03-04T08:45:46.134Z (over 1 year ago)
- Topics: elixir, elixir-phoenix
- Language: Elixir
- Homepage:
- Size: 936 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InnCheckerService

[Heroku link](https://inn-checker.herokuapp.com)
# Commands
To setup project:
```bash
$ mix deps.get
$ mix compile
$ mix ecto.setup
```
To run project:
```bash
$ make run
```
and after that visit [`localhost:4000`](http://localhost:4000)
To run test use:
```bash
$ make tests
```
To run linter-check:
```bash
$ make format-check
```
To run linter fixes:
```bash
$ make format
```
# Description
A service, that validates your INN.
Creditionals locates at priv/repo/seeds.exs