Skip to content

sazalo101/moving-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moving App

How to Run the Application

  1. Backend (Python)

    • Run the following command to start the backend:
      python3 movers.py
      Or, if python3 is not installed, try:
      python movers.py
  2. Frontend (React/NPM)

    • Navigate to the frontend directory:
      cd moving-app-frontend
    • Install dependencies (if not already installed):
      npm install
    • Start the frontend application:
      npm start

Notes

  • Ensure you have Python 3 installed for the backend.
  • Ensure you have Node.js and npm installed for the frontend.
  • If you encounter issues, check for missing dependencies and install them accordingly.

Enjoy using the Moving App! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •