The SAAS Procurement app is a Python django project that will aide with the procurement process
This project uses Visual Studio Code Remote - Containers.
Here are the instructions to get started with developing locally.
- Docker installed and running
- VS Code
The easiest way to get started is to use codespaces.
- Clone the repo
- Spin up a codespace
- Or in Visual studio, having the Codespaces extension open up a new codespace and connect to it.
- The container should run and the initialize.sh script will populate the database with all the required data.
- If there is an issue with the database, you can manually run the initialize script.
- Run the application
cd saas_app
make run