Skip to content

rookies/foodlist-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

foodlist-ng

Frontend

npm install
npm run dev    # Compile and Hot-Reload for Development
npm run build  # Type-Check, Compile and Minify for Production
npm run lint   # Lint with ESLint

Backend

docker run -e POSTGRES_USER=foodlist -e POSTGRES_PASSWORD=foodlist -p 5432:5432 --rm -it postgres
python3 -m alembic revision --autogenerate -m "<msg>"
python3 -m uvicorn --reload foodlist.main:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published