Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ViaResto-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aymeric Chaumont
ViaResto-website
Merge requests
!52
Documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Documentation
documentation
into
main
Overview
0
Commits
8
Pipelines
2
Changes
1
Merged
Documentation
Aymeric Chaumont
requested to merge
documentation
into
main
Jul 21, 2022
Overview
0
Commits
8
Pipelines
2
Changes
1
0
0
Merge request reports
Viewing commit
ad2fc324
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ad2fc324
added template instructions in README
· ad2fc324
Aymeric Chaumont
authored
Jul 21, 2022
README.md
+
3
−
0
View file @ ad2fc324
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,7 @@
==========
# Run the server-side FastAPI app
## In development mode
Using the template files, you first need to create backend/.env and backend/cameras.py.
You can start a virtual environment with the following instructions.
```
sh
@@ -34,6 +35,8 @@ Run the server, `docker-compose up -d`
# Run the client-side React app in a different terminal window:
Using the template file, you first need to create frontend/.env.
```
sh
$
cd
frontend
$
npm
install
Loading