- ISRO-BAH
- Description
- Contributors
- Badges
- Installation
- How to Contribute to the Project
- Include Credits
- License
- Security
This project was bult for ISRO's Bharatiya Antariskh Hackathon 2024.
To install and run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/parthpetkar/Invoice-Generator-using-Electron.js
- Navigate to the project directory:
cd ISRO-BAH
- Install dependencies(frontend):
cd frontend npm i npm start
- Install dependencies(bakend):
python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt cd backend python manage.py startserver
We welcome contributions from the community! To contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/contribution
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/contribution
). - Create a new Pull Request.
This project is licensed under the MIT License.
🔒 If you discover any security-related issues, please email [email protected] instead of using the issue tracker.