Skip to content

vatsaaaal/dragon-rideshare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Rideshare

Setup Instructions

1. Clone the Repository

Begin by cloning the repository and navigating into the project directory:

git clone <your_repo_url> dragon-rideshare
cd dragon-rideshare

2. Configure Environment Variables

  1. Move into the back folder:
    cd back
  2. Copy the example environment file to create a new .env file:
    cp .env.example .env
  3. Open .env and set your JWT_SECRET:
    • Generate a secure secret key from jwtsecret.com/generate.
    • Replace your_secret_key in the .env file with the generated key.

3. Install Dependencies & Run the Application

While inside the back folder, execute the following commands:

npm run setup  # Initializes the database
npm run full-deploy  # Installs dependencies and starts the application

4. Access the Application

Once the server is running, you can access the full website at:

The frontend is served directly through Express.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.1%
  • Other 0.9%