This project consists of a frontend built with React and a backend for authentication using Golang.
- Node.js and npm (for the React frontend)
- Golang (for the backend)
-
Navigate to the frontend directory:
cd frontend
-
Install the dependencies:
npm install
-
Start the development server:
npm start
The React application should now be running on http://localhost:3000
.
-
Navigate to the backend directory:
cd backend
-
Install the dependencies:
go mod tidy
-
Run the authentication server:
go run main.go
The Golang authentication server should now be running on http://localhost:8080
.
- Use the React frontend to interact with the application.
- The frontend will communicate with the Golang backend for authentication and other backend services.
Please fork this repository and make a pull request if you wish to contribute.
This project is licensed under the MIT License.