Skip to content

SGeesan/SpiritX_Codemasters_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🚀 SecureConnect - Authentication System

SecureConnect is a secure and user-friendly authentication system designed for the SpiritX competition. It provides a signup system with proper validation, error handling, and user feedback.

📌 How to Run the Project

1️⃣ Environment Setup

Before running the project, create a .env file in the server directory and add the following environment variables:

ADMIN_USERNAME=SpiritXAdmin
ADMIN_PASSWORD=Admin@123
JWT_SECRET_KEY=secret
PASSWORD_HASH_SALT=10

2️⃣ Backend Setup

  • Navigate to the server folder:\
  cd server
  • Install dependencies:\
  npm install
  • Start the backend server:\
  npm start

3️⃣ Frontend Setup

  • Navigate to the frontend folder:\
  cd client
  • Install dependencies:\
  npm install
  • Start the frontend development server:\
  npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •