Skip to content

Thund3rHawk/levitation-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Levitation Assignment

Welcome to the Levitation Assignment project! 🎉

Project Overview

This project is divided into two main parts:

  1. Backend: Hosted on Render

  2. Frontend: Hosted on Vercel

Getting Started

To get started with the project, follow these steps:

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/Thund3rHawk/levitation-assignment.git
  2. Navigate to the project directory:
    cd levitation-assignment

Running the Backend

  1. Navigate to the backend directory:
    cd server
  2. Install dependencies:
    npm install
  3. Start the backend server:
    npm run dev

Running the Frontend

  1. Navigate to the frontend directory:
    cd client
  2. Install dependencies:
    npm install
  3. Start the frontend server:
    npm run dev

License

This project is licensed under the MIT License.