This is a skeleton app for an eCommerce website for buying and selling of items.
You'll need Python3 and SQLite3. It is highly recommended to use virtualenv
pip install flask
cd flask-app
export FLASK_APP=.
flask init-db
flask run
You'll need Python3 and SQLite3 installed.
pip3 install django pip3 install djangorestframework
Make sure you are in the 'interview-backend/django-app' folder and then run the following command
python manage.py runserver
You can see the results at http://127.0.0.1:8000
(On gitpod.io)
python3 manage.py runserver 8080
You can see the results/endpoints in the "Preview" panel, on the right side.