Skip to content

JDM1307/NoraApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myProject

This is a Django project named myProject with an app called Nora.

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd myProject
    
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run migrations:

    python manage.py migrate
    
  5. Start the development server:

    python manage.py runserver
    

Usage

  • Access the application at http://127.0.0.1:8000/.
  • Admin interface can be accessed at http://127.0.0.1:8000/admin/.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

About

Software de facturacion para restaurante

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors