Graphic Novel Guru is an app designed to convert books and fanfictions into graphic novels, incorporating Marvel elements and advanced AI-generated content.
- Navigate to the
frontend
directory and runnpx react-native init frontend
. - Install dependencies using
npm install
.
- Navigate to the
backend
directory and runnpm init -y
. - Install dependencies using
npm install express mongoose dotenv
.
frontend/
: Contains the React Native frontend project.backend/
: Contains the Node.js backend project.docs/
: Contains documentation files.tests/
: Contains testing scripts and configurations.scripts/
: Contains deployment and setup scripts.
- Fork the repository and create feature branches.
- Open pull requests for code reviews.
- Use GitHub Issues to report bugs and request features.