Skip to content

Tommy131/OwOWeb-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwOWeb-Go

Introduction

This project is a modularized web frame written in Go. It provides functionalities such as user registration, login, password recovery, and email verification through RESTful APIs.

Features

  • User registration
  • User login
  • Password recovery
  • Email verification
  • Modularized design
  • RESTful API endpoints
  • JSON data communication
  • RSA encryption for data transmission

Modules

User System Module

The user system module handles user-related functionalities such as registration, login, password recovery, and email verification.

Installation

  1. Clone the repository:

    git clone https://github.com/Tommy131/OwOWeb-Go.git
  2. Navigate to the project directory:

    cd OwOWeb-Go
  3. Build and run the project:

    go run main.go
  4. Access the application at http://localhost:8080.

Usage

User System

  • Registration: /user/register
  • Login: /user/login
  • Password Recovery: /user/recover
  • Email Verification: /user/verify

Statement

© 2016-2024 OwOBlog-DGMT. Please comply with the open source license of this project for modification, derivative or commercial use of this project.

My Contacts:

About

A simple web program developed in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published