Skip to content

insideup/contest-7-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BE_INSIDEUP-BACKEND │ ├── README.md ├── README.md.bak ├── app │   ├── api │   │   ├── init.py │   │   └── v1 │   ├── core │   │   ├── init.py │   │   ├── config.py │   │   └── database.py │   ├── crud │   │   ├── init.py │   │   ├── community_crud.py │   │   ├── diary_crud.py │   │   └── user.py │   ├── init_db.py │   ├── models │   │   ├── init.py │   │   ├── categories_model.py │   │   ├── comment_model.py │   │   ├── diary_model.py │   │   ├── post_model.py │   │   └── user_model.py │   ├── schemas │   │   ├── init.py │   │   ├── comment_schema.py │   │   ├── diary_schema.py │   │   ├── post_schema.py │   │   └── user.py │   └── services │   ├── init.py │   └── user.py ├── main.py ├── requirements.txt ├── run.sh └── structure.txt

9 directories, 29 files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published