https://github.com/soham901/odoo-combat-2024-hackathon
https://github.com/soham901/odoo-combat-2024-hackathon
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soham901/odoo-combat-2024-hackathon
- Owner: soham901
- License: mit
- Created: 2024-06-29T02:51:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T16:27:02.000Z (11 months ago)
- Last Synced: 2025-01-19T16:29:19.780Z (5 months ago)
- Language: TypeScript
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## InnoSpace
- workspace management web app built using django### Installation:
```bash
cd backend
pip install -r requirements.txt
python3 manage.py runserver 0.0.0.0:8000
```