Skip to content

Ankur13997/SE-Project

 
 

Repository files navigation

SE-Project

Software Engineering (CSL2060) Project

Installation:

Procedure:

  • Clone the repo and launch code:

    git clone https://github.com/Sahil1479/SE-Project.git
  • Navigate to the cloned repository.

    cd <project_directory_name>     #   ExpenseTracker
    
  • Install pipenv for dependency management

    pip install pipenv
    
  • Use pipenv to install other dependencies from Pipfile

    pipenv install --dev
    
  • Activate the new virtual environment

    pipenv shell
    
  • Make database migrations

    python manage.py makemigrations
    python manage.py migrate
    
  • Create a superuser

    python manage.py createsuperuser
    
  • Run development server on localhost

    python manage.py runserver
    

About

Software Engineering (CSL2060) Project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 48.6%
  • HTML 42.3%
  • CSS 4.5%
  • JavaScript 3.7%
  • Shell 0.9%