Skip to content

kevin3010/resumelink-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Follow these steps to set up your environment:

  1. Create a virtual environment:

    python -m venv .venv
  2. Activate the virtual environment:

    On Windows:

    .venv\Scripts\activate

    On Unix or MacOS:

    source .venv/bin/activate
  3. Install the requirements:

    pip install -r requirements.txt
  4. Run the server:

    uvicorn main:app --reload
  5. Run the tests:

    Open a new terminal and activate the virtual environment as described in step 2. Then run the tests with your preferred test runner. For example, if you're using pytest:

    pytest -s test.py

Remember to replace pytest with your actual test command if it's different.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages