FreshFoods is a online food & grocery delivery service app built with Django with Esewa payment integration.
We have used Faker
to generate fake data automatically.
To get a local copy up and running follow these simple example steps.
-
To get started, fork this repository to your GitHub account.
-
Clone the repo :
git clone https://github.com/surajbhattrai/FreshFoods-Django-Esewa.git
-
(optional) Create and activate a virtualenv (you may want to use virtualenvwrapper).
-
Install dependencies:
pip install -r requirements.txt
-
Create a development database:
python manage.py migrate
-
If everything is alright, you should be able to start the Django development server:
python manage.py runserver
-
Open your browser and go to http://127.0.0.1:8000, you will be greeted with a welcome page.
Make use of management command python manage.py createdata
to generate fake categories and products automatically.