-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Anubhav Gupta edited this page Feb 13, 2022
·
3 revisions
This wiki lays out a detailed documentation for the eatit project.
The eatit project's structure is as below:
.
βββ .github # GitHub files (MD files, templates, workflows)
βββ backend # Backend files (Django code)
βββ frontend # Frontend files (React JS code)
βββ LICENSE
βββ README.md
This is a conventional folder used to place GitHub related stuff inside it.
The folder contains Markdown files, Issues templates, and a workflows folder for GitHub Actions
This folder contains all the backend files i.e. the Django project.
We have a separate section dedicated to it's detailed documentation over here
This folder contains all the frontend files i.e. the React JS project.
We have a separate section dedicated to it's detailed documentation over here
Refer here for the installation instructions