15 lines
374 B
Markdown
15 lines
374 B
Markdown
# Novatech
|
|
Product description
|
|
|
|
|
|
## Getting Started
|
|
|
|
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
|
|
```
|
|
go get ...
|
|
go run main.go
|
|
```
|
|
|
|
admin part can be accessed on port 9000
|
|
REST API part can be accessed on port 8080
|
|
|