A shopping website to use the earned AirMiles to buy daily use products.
Frontend: Built with React JS, Bootstrap 5, Backend: Built with django, graphql
Frontend: Built with React JS, Bootstrap 5, Backend: Built with django
- To run do
docker-compose up -d
. - To create super user do
docker-compose exec backend python manage.py createsuperuser
Several quick start options are available:
- Download the latest branch
- Clone the repo:
git clone https://github.com/Akshatji800/AirBlue.git
- Install with npm:
npm install
- Runs the app in the development mode
npm start
- Builds the app for production to the
build
foldernpm run build
Activate the virtualenv for your project.
Install project dependencies:
$ pip install -r requirements/local.txt
Then simply apply the migrations:
$ python manage.py migrate
You can now run the development server:
$ python manage.py runserver
- Sign Up
- Sign In
- Forgot Password
- Home Page
- Product List (List/Grid View)
- Product Detail
- Cart
- Checkout
- My Account (Change Password, Setting, Saved Card)
- Star Zone Page
- Orders
- Wishlist's
- Notification
- Support
- Contact Us
- Blog
- Blog Detail Page
- Error Page (404, 500)