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/arka
to get the latest version. - Run
go get github.com/adwitiyaio/arka@v0.0.1
to 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 Explorer
panel to run tests.
- You can use the run configuration file to run tests
See Code Structure for more details
See Featured for more details