Raven Store is an ecommerce website made by using django and nextjs
- 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
Client: Next, Redux, SCSS
Server: Python, Django
Clone the project
git clone https://github.com/Animish-Sharma/RavenStore.gitGo to the project directory
cd frontendInstall dependencies
npm installor
yarn add
Start the frontend
yarn devor
npm run dev
Go to the backend directory
cd backendInstall dependencies
pip install [dependencies]Start the backend
source env/bin/activate && python manage.py runserverFor support, email animish2096@gmail.com



























