Skip to content

Commit

Permalink
Merge pull request #2 from TKanX/feature/1-implement-user-authenticat…
Browse files Browse the repository at this point in the history
…ion-functionality

feat(backend): Implement Authentication API Endpoints
  • Loading branch information
TKanX authored Jan 1, 2025
2 parents 35c542b + c08d58f commit a11ba6f
Show file tree
Hide file tree
Showing 18 changed files with 2,165 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ GradeAnalyzer is a powerful and user-friendly tool designed to help students tra
Open the browser and navigate to the server address to `http://localhost` to access the GradeAnalyzer application. (Use the configured Nginx server address if applicable)
## Usage
The GradeAnalyzer application provides a RESTful API to interact with the GradeAnalyzer backend. The API endpoints are documented in the [API.md](backend/docs/API.md) file.
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
Loading

0 comments on commit a11ba6f

Please sign in to comment.