-
WSL
- If you are running windows you might want to look into using Windows Subsystem for Linux
- This will allow you to run a UNIX environment and make your life 10x easier on windows
-
Python environment setup
- The project uses python3.9, install instructions here
-
pipdependencies- Once python3.9 is installed (you should be able to run
python3.9 --version), we have to install the packages for the project - In the root repo directory (where all of the folders are) run
python3.9 -m pip install -r requirements.txt
- Once python3.9 is installed (you should be able to run
-
Adding environment variables
-
Running tests
- The project uses
pytestto test the code before passing the CI/CD pipeline - Run
pytestin the root directory of the repo to run all of the tests (thepytestbinary should install automatically with the otherpippackages)
- The project uses
forked from SparkDevTeams/underline-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Sullivan-Patrick/underline-backend
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
The repo for the server-side code for the MSFT Underline project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.6%
- Shell 0.4%