/supermark-api

Supermarket Items Catalog System

Primary LanguageGoMIT LicenseMIT

SUPERMARK (API)

Supermark-api is . The API is a RESTFUL API built with Go and Encore.

FOR LOCAL DEVELOPMENT

  • CLONE THE REPOSITORY
git clone https://github.com/braswelljr/supermark-api.git
  • NAVIGATE TO THE THE DIRECTORY
cd supermark-api
  • INSTALL DEPENDENCIES
go mod download
  • RUN THE APPLICATION
encore dev