bpovea / ripio

Full-stack test Python/React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ripio

Full-stack Python/React test.

Backend

Backend deployment steps:

  1. Create virtual env and activate

virtualenv env & sour env/bin/activate

  1. Move to backend/ folder

cd backend/

  1. Install requirements

pip install requirements.txt

  1. Make and install migrations

python manage.py makemigrations & python manage.py migrate

  1. Load dump initial data *

python manage.py shell < seed.py

  1. Create super user

python manage.py createsuperuser --email admin@admin.com --username admin

  1. Run project

python manage.py runserver

Frontend

Frontend deployment steps:

  1. Move to frontend/ folder

cd frontend/

  1. Install dependencies

npm install

  1. Run project

npm start

Notes

  • *dump users are created randomly, but each user will have the same password. it is 'ripio2021'.

About

Full-stack test Python/React


Languages

Language:JavaScript 43.1%Language:Python 27.0%Language:CSS 26.5%Language:HTML 3.1%Language:Shell 0.2%