Skip to content

KevithMannage/SpiritX_Code_Legacy_02

Repository files navigation

Project Setup Guide

Prerequisites

  • Node.js (LTS recommended)
  • npm (comes with Node.js)

Frontend Setup

cd frontend
npm install
npm run dev

The frontend development server will start and be accessible on the port shown in the terminal (commonly http://localhost:5173).


Backend Setup

cd backend
npm install
npm run dev

If your backend uses a different start script (e.g. npm start), update the command accordingly.

The backend server will start on the configured port (check .env or console logs).


Test Admin Credentials

Use the following credentials for testing purposes:

  • Username: test
  • Password: test

⚠️ These credentials are for development/testing only. Do not use them in production.


Notes

  • Make sure required environment variables are configured before starting the backend.
  • Run frontend and backend in separate terminals.

About

SpiritX hackerthon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors