zuri-training / Team-109-__-Excel_comp

Excel file content comparism system
3 stars 34 forks source link

CompareX--- Zuri project Team_109

Excel file content comparism system

Project Name - CompareX

CompareX is a file comparison tool under development to serve the following functionalities

main

View the live demo of the Project here

Resources

How to Contribute

After cloning and pulling the latest changes, from the base folder(the folder created when you cloned) run cd Backend create a virtual environment(call it env) activate your virtual environment install all dependencies by running "pip insall -r requirement.txt" cd to the 'src' folder and run 'python manage.py runserver 8000' to get the backend running.

APIs

The API used is Django rest_framwork which enables the interaction between the backend and the frontend