Skip to content

Zahanboi/Full-stack-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Work Projects

This repository contains my personal work projects, including several full stack applications. You can find the full stack projects in their respective directories.

Full Stack Projects

1. Wanderlust

  • Location: Wanderlust/
  • How to run locally:
    1. Navigate to the project directory:
      cd Wanderlust
    2. Install dependencies:
      npm i
    3. Start the development server:
      npm run dev
  • The project will run at port 8080.
  • Live Demo: Wanderlust on Render

2. FaceNest

  • Location: FaceNest/

  • How to run locally:

    1. Navigate to the backend directory:
      cd FaceNest/backend
    2. Install dependencies:
      npm i
    3. Start the backend server:
      npm run dev
    4. Open a new terminal and navigate to the frontend directory:
      cd FaceNest/frontend
    5. Install dependencies:
      npm i
    6. Start the frontend server:
      npm run dev
  • 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published