Skip to content

Documentation

Anubhav Gupta edited this page Feb 13, 2022 · 3 revisions

Eatit Documentation

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

.github

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

backend

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

frontend

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


Getting Started

Refer here for the installation instructions

Clone this wiki locally