Skip to content

Commit

Permalink
feat: change from fastapi to nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanNotFound committed Jan 15, 2024
1 parent 67ed5f2 commit 7b1ed88
Show file tree
Hide file tree
Showing 53 changed files with 5,293 additions and 1,168 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
39 changes: 32 additions & 7 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

*.iml
*.xml
*.pyc
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

venv/*
venv
# testing
/coverage

.env
node_modules
# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
12 changes: 12 additions & 0 deletions .idea/Busuanzi_backend_self-main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

Loading

0 comments on commit 7b1ed88

Please sign in to comment.