Skip to content

Commit

Permalink
Merge pull request #2 from ClubInfoInsaT/add-sql-db
Browse files Browse the repository at this point in the history
Add sql db
  • Loading branch information
gerald-lbn authored May 6, 2022
2 parents da26162 + ef428d7 commit 8f2d858
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 407 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ env/
venv/
ENV/
env.bak/
venv.bak/
venv.bak/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
1 change: 1 addition & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ Make sure to respect the [issue-template](../.github/issue_template.md) and the
### Learn More

- Check out the [socket.io documention](https://socket.io/docs/v4/)
- Read more about [SQLAlchemy](https://docs.sqlalchemy.org/en/14/orm/tutorial.html)
Loading

0 comments on commit 8f2d858

Please sign in to comment.