Skip to content

Commit dec124e

Browse files
authored
Merge pull request #1 from Tech-JI/dev
Basic course review website with modern backend and frontend
2 parents e115cfc + c0e38e9 commit dec124e

178 files changed

Lines changed: 6188 additions & 4690 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### Project ignores
2+
.venv/
23
venv/
34
staticfiles
45
.env
@@ -65,6 +66,10 @@ docs/_build/
6566
# PyBuilder
6667
target/
6768

69+
package-lock.json
70+
pnpm-lock.yaml
71+
bun.lock
72+
6873
node_modules
6974
**/node_modules
7075

@@ -77,3 +82,7 @@ node_modules
7782
course-activity-service-account.json
7883
Layup-List.code-workspace
7984
.vscode/
85+
db.sqlite3
86+
*.db
87+
*.rdb
88+
.aider*

CONTRIBUTING.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)