Skip to content

Phantom0110/CEN3031-Spring-25-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Locked-In Life

Getting Started

Follow these steps to set up and run the project after cloning the repository.

1. Clone the Repository

git clone https://github.com/Phantom0110/CEN3031-Spring-25-Project.git

2. Navigate to the Project Folder

cd lockedinlife

3. Install Dependencies

Run the following command to install all required dependencies:

npm install

4. Start the Development Server

npm run dev

This will start the Vite development server, and it will provide a local URL (usually http://localhost:5173/) where you can see the app.

Additional Commands

Build for Production

npm run build

Preview the Production Build

npm run preview

Run the Backend

First install PostgreSQL You will need our database URL in a .env file before running the backend.

In a seperate terminal:

cd LockedInLifeBackend
npm install
node index.js

About

Term project for Intro to Software Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •