Skip to content

jonahlyn/ParkChallenge

Repository files navigation

ParkChallenge

Installation Instructions

Follow these steps to install the application and its dependencies:

  1. Clone the Repository

    git clone <repository-url>
    cd ParkChallenge
  2. Install Dependencies
    Ensure you have Node.js (v20 or higher) and npm installed. Then, run:

    npm install
    npm audit fix
  3. Push Database Schema
    Use Drizzle Kit to push the database schema:

    npm run db:push
  4. Start the Development Server
    Run the following command to start the development server:

    npm run dev
  5. Access the Application
    Open your browser and navigate to http://localhost:5000.

  6. Build for Production
    To build the application for production, run:

    npm run build
  7. Start the Production Server
    After building, start the production server with:

    npm run start

Known Issues

Sqlite uses a problematic dependency in its current version:

npm ls inflight

About

Vibe-coded with replit from https://learn.deeplearning.ai/courses/vibe-coding-101-with-replit. Switched to Copilot to finish the app. I don't know Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors