Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thund3rhawk/levitation-assignment


https://github.com/thund3rhawk/levitation-assignment

axios mongodb-atlas nodejs prisma puppeteer react-router-dom reacthookform redux tailwindcss typescript vite-react

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Levitation Assignment

Welcome to the Levitation Assignment project! 🎉

## Project Overview

This project is divided into two main parts:

1. **Backend**: Hosted on Render
- ✅ URL: https://levitation-assignment-8t6a.onrender.com

2. **Frontend**: Hosted on Vercel
- ✅ URL: https://levitation-assignment-one.vercel.app

## Getting Started

To get started with the project, follow these steps:

### Prerequisites

- Node.js
- npm or yarn

### Installation

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

### Running the Backend

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

### Running the Frontend

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

## License

This project is licensed under the MIT License.