karadalex / crypto-app

Mobile cryptocurrency app with React Native, Django and GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-app

Mobile cryptocurrency app with React Native, Django and GraphQL Technology stack:

  • Django
  • React native with Typescript
  • GraphQL: Graphene + Apollo

Requirements

  • Python >3.6
  • pipenv

Instructions

Backend

The first time run the following on a terminal

pipenv shell
cd backend
pipenv install
python manage.py migrate

and then each time you want to run the backend run the follwoing:

pipenv shell
cd backend
python manage.py runserver

Mobile apps

cd mobile
yarn install
yarn start

Database

About

Mobile cryptocurrency app with React Native, Django and GraphQL

License:MIT License


Languages

Language:Python 50.2%Language:TypeScript 34.8%Language:JavaScript 14.9%