Skip to content

Animish-Sharma/RavenStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raven Store

Raven Store is an ecommerce website made by using django and nextjs

Appendix

  • PostgreSql is used with django-rest-frameworks,
  • Different React Packages are used for push notifications and Star Ratings
  • Position Stack API is also used for latitudes and longitudes of your city
  • Website 100% supports Privacy and does'nt share your data anywhere
  • SMTP is used to deliver emails to users
  • Stripe is used for payments of the orders
  • Website is ready to be deployed
  • Admin Site will be added soon

Tech Stack

Client: Next, Redux, SCSS

Server: Python, Django

Run Locally

Clone the project

  git clone https://github.com/Animish-Sharma/RavenStore.git

Go to the project directory

  cd frontend

Install dependencies

  npm install

or

    yarn add

Start the frontend

  yarn dev

or

    npm run dev

Go to the backend directory

  cd backend

Install dependencies

  pip install [dependencies]

Create an virtual env too

Start the backend

  source env/bin/activate && python manage.py runserver

Screenshots

Home

Home

Login

register

logout

forgot

pass-reset

cat

cat-2

product

edit-review

cart

cart-2

checkout

payment

success

refund

user

update

address

address-edit

orders

order

favorites

delete

auth-pass-reset

search

terms

Support

For support, email animish2096@gmail.com

About

E-Commerce Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published