- Equipo: Bookster
- Proyecto: Libroteka
- Cohorte: 2023
Dependencies:
- Node: "^18"
- Angular: "^17"
- Python: "^3.8"
- Django: "^4.2"
- SQLITE3: Incluido en Django
Puntos claves:
- Formulario IEEE830: Link
- Ceremonias - Scrum: Link
- Historias de Usuario: Link
- Milestones: Link
- Branching Strategy:
| Branch | Naming Convention |
|---|---|
| Master | "main" |
| Desarrollo | "dev" |
| Rama Integrantes | "iniciales-feature" |
- user: superadmin
- password: libroteka
- FrontEnd: fortawesome, nodemailer, bootstrap, rxjs, smtpjs, tslib, zone.js
- BackEnd: django, djangorestframework, django-cors-headers, Pillow, jsonfield, mysqlclient
| FrontEnd |
Clone the project
git clone https://github.com/LibrotekaISPC2023/Libroteka.gitGo to the project directory cd FrontendInstall dependencies npm installStart the server npm start |
|---|
| BackEnd |
Clone the project
git clone https://github.com/LibrotekaISPC2023/Libroteka.gitGo to the project directory cd Backend/LibrotekaActivate Virtual environment & install Libraries .\backendLibroteka-env\bin\activate # Windows users
source backendLibroteka-env/bin/activate # Linux users
cd Libroteka/Backend/Libroteka pip install -r requirements.txtStart the server python manage.py runserver |
|---|
| Docker (Optional) |
Clone the project
git clone https://github.com/LibrotekaISPC2023/Libroteka.gitGo to the project directory cd FrontendInstall dependencies npm installGo back and Start the Docker Compose cd .. sudo docker compose up --build |
|---|