A comprehensive estate management system for Moorcock Estate
To install Node packages run (navigate to frontend folder):
npm install (Node Version: v20.10.0)
To install Python packages run (navigate to backend folder):pip install -r requirements.txt
Use this command to update requirements.txt:pipreqs .
Create a .env file in the backend folder to store database credentials and other necessary variables. Follow the .example.env file given in the code.
Load the database using the Sample DB.json file, to a Firebase database and replace the credentials in the .env file created above