Skip to content

Searaven114/software-engineering-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Engineering Course Project Backend

Project Setup & Requirements

API Documentation

Access the API documentation at (Program must be running): Swagger UI


Notes

  • Frontend code: https://github.com/batukuscuoglu/GenTECH
  • Gmail Requirement: The application requires a Gmail account with an App Password to work.
  • Tests?: Tests were removed due to them being poorly implemented and AI-generated.
  • Environment Variables: Ensure all necessary environment variables are properly set before running the application.
  • Database Requirement: The project requires MongoDB to be installed and running.

Security Implemented

This project uses Spring Security for authentication and authorization, including role-based access control, BCrypt password hashing, CORS configuration, and session management.


Getting Started

  1. Clone the repository:
    git clone https://github.com/TODO your-repo.git
    cd your-repo
  2. Set up environment variables.
  3. Ensure MongoDB is running on port 27017.
  4. Start the application:
    mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages