Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thund3rhawk/levitation-assignment
- Owner: Thund3rHawk
- License: mit
- Created: 2024-10-21T09:11:31.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:54:53.000Z (22 days ago)
- Last Synced: 2024-10-25T05:40:35.766Z (22 days ago)
- Topics: axios, mongodb-atlas, nodejs, prisma, puppeteer, react-router-dom, reacthookform, redux, tailwindcss, typescript, vite-react
- Language: TypeScript
- Homepage: https://levitation-assignment-one.vercel.app
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.com2. **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.