NOTE
Click On The Link To See the Project Demonstation
SIMADIAN ⚡️
SIMADIAN is a Web app built using Django and Vuejs. It provides many functionalities:-
- Sell your stationaries
- Upload the books, other stationary item's detail you want to sell.
- You can Buy the second hand stationaries at an affordable cost.
git clone https://github.com/jhabarsingh/SIMADIAN.git
cd SIMADIAN
python3 -m venv env # Python 3.6.9 or 3.7.0 version
source env/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py runserver
git clone https://github.com/jhabarsingh/SIMADIAN.git
cd SIMADIAN
conda create -n codechef python==3.7
conda activate codechef
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py runserver
sudo apt-get install docker docker-compose # Install docker, docker-compose on linux
git clone https://github.com/jhabarsingh/SIMADIAN.git
cd SIMADIAN
sudo docker-compose up
Install node | Install vue/cli
git clone https://github.com/jhabarsingh/SIMADIAN.git
cd SIMADIAN
npm install # Nodejs should be installed
npm run start # Vuejs should be installed
- You can create an issue if you find any bug.
- You can work on an existing issue and Send PR.
- You can make changes in the design if it is needed.
- Even if you find any grammatical or spelling mistakes then also you can create an issue.
I would be glad to see a notification saying
User {xyz} created a Pull Request
. I promise to review it.