Contributing
Frontend vs Backend
🏠Below is the structure of our project.
└───tweetbrain
├───backend
│ └───app
└───frontend
└───src
Backend
âš’ The heavy work is done here.
└───tweetbrain
└───backend
All configuration files (e.g. requirements.txt
) are within tweetbrain/backend
, with the Fast API files within tweetbrain/backend/app
.
For information about contributing to the backend
Front End
✨ The pretty work is done here.
└───tweetbrain
└───frontend
All configuation files (e.g. package.json
) are in tweetbrain/frontend
, with the React.js files within tweetbrain/frontend/src
.