https://github.com/devmunyi/superlender-backend
https://github.com/devmunyi/superlender-backend
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmunyi/superlender-backend
- Owner: devMunyi
- Created: 2024-05-17T12:38:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T15:43:26.000Z (about 2 years ago)
- Last Synced: 2025-01-09T18:56:01.163Z (over 1 year ago)
- Language: Go
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SP Backend
## Overview
This is the backend component of the Superlender project, built using Golang and MySQL. Superlender is a web application designed to provide lending services.
## Features
- **API**: Provides RESTful endpoints for managing user accounts, loans, transactions, etc.
- **Authentication**: Implements user authentication and authorization.
- **Database Integration**: Utilizes MySQL database for storing application data.
- **Scalability**: Designed with scalability in mind to handle a large number of concurrent users.
## Technologies Used
- **Golang**: A statically typed, compiled programming language designed for building efficient and reliable software.
- **MySQL**: An open-source relational database management system.
## Getting Started
To get started with the Superlender Backend, follow these steps:
### Prerequisites
- Go installed on your machine ([installation guide](https://golang.org/doc/install))
- MySQL installed on your machine ([installation guide](https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/))
### Installation
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/superlender-backend.git
cd superlender-backend
2. **Install dependencies**:
```
go mod tidy
4. **Build and run the application**:
```
go run main.go