Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

kkamara/go-ecommerce

Repository files navigation

ecommerce

Go, Mysql, Redis, Selenium.

To run locally

Have docker & docker-compose installed on your operating system.

cp .env.example .env && docker-compose up --build -d

To run browser tests

go test

View browser test code: /blob/develop/tests/main_test.go

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD