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/[email protected]
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