Skip to content

App For The Book Lovers, Sell Or Purchase Second Hand Books Or Other Stationary Items

License

Notifications You must be signed in to change notification settings

jhabarsingh/SIMADIAN

Repository files navigation

NOTE

Click On The Link To See the Project Demonstation

SIMADIAN ⚡️ GitHub GitHub stars GitHub contributors GitHub issues GitHub forks

⚡ TECH STACK
⚡ AWS SERVICES

About

SIMADIAN is a Web app built using Django and Vuejs. It provides many functionalities:-

  1. Sell your stationaries
  2. Upload the books, other stationary item's detail you want to sell.
  3. You can Buy the second hand stationaries at an affordable cost.

Django Apis

Django Backend Setup

Using venv

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

Using conda

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

Using Docker

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

Vuejs Setup

Watch the video

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 contribute to this project in many ways

  1. You can create an issue if you find any bug.
  2. You can work on an existing issue and Send PR.
  3. You can make changes in the design if it is needed.
  4. 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.

About

App For The Book Lovers, Sell Or Purchase Second Hand Books Or Other Stationary Items

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published