Welcome to the Levitation Assignment project! 🎉
This project is divided into two main parts:
-
Backend: Hosted on Render
-
Frontend: Hosted on Vercel
To get started with the project, follow these steps:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/Thund3rHawk/levitation-assignment.git
- Navigate to the project directory:
cd levitation-assignment
- Navigate to the backend directory:
cd server
- Install dependencies:
npm install
- Start the backend server:
npm run dev
- Navigate to the frontend directory:
cd client
- Install dependencies:
npm install
- Start the frontend server:
npm run dev
This project is licensed under the MIT License.