This is a repository for the HG project which consist of a full-stack web application integrated with a gpt-4.
The project structure is as follows:
risk-forum
├───assets
├───back_end
│ ├───account
│ │ └───migrations
│ ├───blog
│ │ ├───migrations
│ │ └───templates
│ ├───core
│ │ ├───static
│ │ │ ├───css
│ │ │ └───js
│ │ └───templates
│ └───forum
│ ├───migrations
│ ├───static
│ └───templates
├───database
└───docs
├───business
│ ├───bpmn
│ ├───domain_model
│ ├───email
│ ├───report
│ ├───rules
│ ├───service_task
│ └───vision
├───diagrams
│ ├───classes
│ ├───database
│ ├───sequence
│ ├───states
│ └───use_cases
├───releases
├───requirements
│ └───detailed
├───screen_prototypes
├───sprint
└───testing
Docker and docker-compose installed
You can run the project locally by following the Docker containerization steps.
select the back_end folder and run the following command:
docker-compose up -d --build
docker-compose exec web python manage.py migrate
docker-compose exec web python manage.py createsuperuser
docker exec -it back_end-web-1 bash
python manage.py runserver
This will run the project locally on your machine you can access it by going to http://localhost:8000/ (default port).
The project in future will be deployed on a cloud service.
- Django - The web framework used
- React - The front-end framework used
- PostgreSQL - The database used
- Docker - The containerization tool used
- Trello - The agile development tool used
- Cloud Storage - The cloud storage service used
Please read [CONTRIBUTING.md]
We use GitHub for versioning. For the versions available, see the [tags on this repository]
SD Labs
This is a proprietary project.