Skip to content

RecycledMedia/interview-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Coding Interview

This is a skeleton app for an eCommerce website for buying and selling of items.

--- Flask installation ---

Install

You'll need Python3 and SQLite3. It is highly recommended to use virtualenv

Install Flask

pip install flask

Set the environment variable

cd flask-app

export FLASK_APP=.

Load the (SQLite3) database

flask init-db

Run the application

flask run

--- Django installation ---

You'll need Python3 and SQLite3 installed.

Install Django

pip3 install django pip3 install djangorestframework

Running project

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.

--- Rails installation ---

Rails app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6