Categorygithub.com/ParadisEmre/GoWebStudy
module
0.0.0-20241010070341-e64eb4cd2ed8
Repository: https://github.com/paradisemre/gowebstudy.git
Documentation: pkg.go.dev

# README

E-commerce REST API in Go

Installation

There are a few tools that you need to install to run the project. So make sure you have the following tools installed on your machine.

Running the project

Firstly make sure you have a MySQL database running on your machine or just swap for any storage you like under /db.

Then create a database with the name you want (ecom is the default) and run the migrations.

make migrate-up

After that, you can run the project with the following command:

make run

Running the tests

To run the tests, you can use the following command:

make test

THIS PROJECT IS TAKEN FROM https://github.com/sikozonpc/ecom I PULLED AND TRIED TO CODE BUT GOT LOST SO

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author