Skip to content

Commit

Permalink
refactor: split backend
Browse files Browse the repository at this point in the history
  • Loading branch information
guan404ming committed Aug 8, 2024
1 parent 2b714ab commit 264dc2a
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
- Backend:
```
cd backend
pip install -r requirements.txt
bun run flask-dev
pip3 install -r requirements.txt
python3 -m flask --app api/index run -p 5328
```
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "next-flask",
"name": "certif-eye",
"version": "0.1.0",
"private": true,
"scripts": {
"flask-dev": "FLASK_DEBUG=1 pip3 install -r requirements.txt && python3 -m flask --app api/index run -p 5328",
"next-dev": "next dev",
"dev": "concurrently \"yarn run next-dev\" \"yarn run flask-dev\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit 264dc2a

Please sign in to comment.