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.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]
Start the backend
source env/bin/activate && python manage.py runserver
For support, email animish2096@gmail.com