Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

ishanm0/cse144-collegeassist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

college assist

Python Python Version

Description

Backend

1. Install Poetry

  1. Install Poetry if you haven't already:

    pip install poetry
  2. Install the project dependencies:

    poetry install --no-root
  3. Run the application:

    poetry run python app.py

2. Set Up Pre-commit Hooks

This project uses pre-commit to enforce coding standards and run checks before committing code. To install pre-commit hooks:

pre-commit install

After this, every time you make a commit, the hooks will run automatically to ensure code quality.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages