RyanWalker277 / EcoJoy

Transforming planting into an experience.Ecojoy is a portal to connect local vendors with global online market for plants.A local vendor can list his products on the website's "shop" section.It also has an AR app which can identify plants and list it's details.

Home Page:https://rakathon2022.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecojoy

Ecojoy is a portal to connect local vendors with global online market for plants.A local vendor can list his products on the website's "shop" section.It also has an AR app which can identify plants and list it's details.

GitHub issues GitHub forks GitHub stars GitHub license Open Source Love svg1 PRs Welcome contributions welcome GitHub contributors

Demo

The demo of the project can be found at https://rakathon2022.pythonanywhere.com/

Setup Instructions

Clone the repo in your local system

  git clone https://github.com/RyanWalker277/Rakathon-Backend.git

Install virtualenv

  py -m pip install --user virtualenv

Create a new Virtualenvironment

  py -m venv env

Activate the Virtualenvironment with

  .\env\Scripts\activate

Change directory to the folder

  cd folder-where-you-cloned-the-repo

Install all the requirements with

  pip3 install -r requirements.txt

Apply all the migrations with

  python3 manage.py migrate

Run the developement server with

  python3 manage.py runserver

You'll see output like this

  Performing system checks...

System check identified no issues (0 silenced).
July 04, 2022 - 15:50:53
Django version 4.0, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Creating Superuser

Clone the repo in your local system

python3 manage.py createsuperuser

You will see a screen like this

Username (leave blank to use 'default'):

Enter a username and press enter , you will see a screen like this

Email address:

Enter an email and press enter , then you will see a screen like this

Password:

Enter a password , then you will see a screen like this

Password (again):

Re-enter the password and you are done! You will see a screen like this

Superuser created successfully

Tech Stack

Client: HTML , CSS , Javascript

Server: Django , Python

User Authentication: Django-allauth

Ar: Unity , Vyuyforia Engine

Features

  • Convinient E-Commerce store for plants
  • Plant identification through AI
  • AR app for recognition of plants and augumenting the details of the plant in realtime

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

RyanWalker277
Anvansh
prabs222
Prabhakar Mishra
manaswii
Manaswi Sharma
Yash-Var
Yash Varshney

Support++

This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️

forthebadge made-with-python forthebadge

Made with ❤ by Anvansh (@RyanWalker277)

About

Transforming planting into an experience.Ecojoy is a portal to connect local vendors with global online market for plants.A local vendor can list his products on the website's "shop" section.It also has an AR app which can identify plants and list it's details.

https://rakathon2022.pythonanywhere.com/

License:GNU General Public License v3.0


Languages

Language:HTML 48.3%Language:CSS 18.0%Language:JavaScript 16.9%Language:SCSS 13.3%Language:Python 3.5%