This repository contains my personal work projects, including several full stack applications. You can find the full stack projects in their respective directories.
- Location:
Wanderlust/ - How to run locally:
- Navigate to the project directory:
cd Wanderlust - Install dependencies:
npm i - Start the development server:
npm run dev
- Navigate to the project directory:
- The project will run at port 8080.
- Live Demo: Wanderlust on Render
-
Location:
FaceNest/ -
How to run locally:
- Navigate to the
backenddirectory:
cd FaceNest/backend - Install dependencies:
npm i - Start the backend server:
npm run dev - Open a new terminal and navigate to the
frontenddirectory:
cd FaceNest/frontend - Install dependencies:
npm i - Start the frontend server:
npm run dev
- Navigate to the
-
Run both servers in separate terminals for full functionality.
-
Live Demo: FaceNest on Render
Feel free to explore the projects and check out the code!