This is the next generation backend platform similar to parse built with the following technologies and tools amongst others:
- Golang - Programming Language
- Postgres - Database
- Redis - Used as a cache
- Gorm - ORM framework
- AWS - Cloud provider for storing assets amongst others
- Run
go get github.com/adwitiyaio/arkato get the latest version. - Run
go get github.com/adwitiyaio/arka@v0.0.1to get a specific version. - Run
go get -u github.com/adwitiyaio/arka/...to update to the latest version.
Create a copy of sample.env as test.env and fill in the appropriate values to run tests
go test -v ./...go test -v `go list ./...` -coverprofile=coverage.out -covermode=atomic- You can use the built in
Test Explorerpanel to run tests.
- You can use the run configuration file to run tests
See Code Structure for more details
See Featured for more details