Skip to content

whilstsomebody/StoreHUB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StoreHUB

Introduction

This project consists of a frontend built with React and a backend for authentication using Golang.

Prerequisites

  • Node.js and npm (for the React frontend)
  • Golang (for the backend)

Installation

Frontend (React)

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm start

The React application should now be running on http://localhost:3000.

Backend (Golang)

  1. Navigate to the backend directory:

    cd backend
  2. Install the dependencies:

    go mod tidy
  3. Run the authentication server:

    go run main.go

The Golang authentication server should now be running on http://localhost:8080.

Usage

  • Use the React frontend to interact with the application.
  • The frontend will communicate with the Golang backend for authentication and other backend services.

Contributing

Please fork this repository and make a pull request if you wish to contribute.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • Go 35.1%
  • Other 1.0%