Skip to content

JoeS51/Dubhacks24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 

Repository files navigation

SpotLite

Description

A brief description of your application goes here. You can explain its purpose, features, and any other relevant details.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (version 14 or higher)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate into the my-app directory from the root directory:

    cd my-app
    
  3. Install the required dependencies:

    npm install
    
  4. Start the development server :

    npm run dev
    
  5. Navigate into the backend directory from the root directory:

    cd backend
    
  6. Install the backend dependencies:

    npm install
    
  7. Start the backend server:

    node index.js
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors