Skip to content

no-design-foundry/be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Design Foundry – Backend

Welcome to the source code repository for the backend of nodesignfoundry.com.

Setup Instructions

  1. Install Dependencies:

    • It is recommended to use a virtual environment, such as venv, to manage dependencies.
    • To install all required packages, run:
      python -m pip install -r requirements.txt
  2. Optional: Develop Font Filters (If you wish to develop font filters):

    • Install dependencies
      python -m pip install -r requirements-dev.txt
    • clone the filters repository from GitHub: github.com/no-design-foundry.
    • Place the cloned repository in a directory adjacent to the project root.
    • Install the filters using the following command (example shown for filters-rotorizer):
      python -m pip install -e ../filters-rotorizer
  3. Running the server:

    • For development
      python app.py
    • For production preview
      gunicorn app:app --bind=127.0.0.1:8000   
  4. Have fun 😇

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published