You can check it at - https://testcases-generator.herokuapp.com/start/
This is made to test cases in various platforms like Leetcode where you can contribute by providing test-cases and earn leetcode coins too 😜
- Numbers
- Arrays
- Matrix
- Strings
- Variable length strings & Char matrix
- Trees(weighted/unweighted)
- Graphs(weighted/unweighted)
- Python 3.8.3
- Django 3.0.7
- Bootstrap4
- First clone this repository using.
git clone git@github.com:qwertypool/Test-Case-Generator.git
- Create a Virtual environment(venv)
python -m venv ./venv
- Start the virtual environment
.\venv\Scripts\activate
- Install the all necessary packages (with help of requirement.txt)
pip install -r requirements.txt
- Now run the Django Server
python manage.py runserver
- Now you can open the Website in a browser using http://localhost:8000/start
Note: If you find migrations related issue please check the setup.txt 😄
- Fork the repository
- Open Git Bash/ your preferred code editor
- Hit $ git clone git@github.com:qwertypool/Test-Case-Generator.git
- Now, you have a local copy of your fork of Test-Case Generator
- Make changes on the code and add new features
- Make a pull request (I will review and merge the code)
Do star the repo if you liked it!🤪