https://apis-frontend-9e2044d5bb65.herokuapp.com
DISCLAIMER: I am using Cloudinary to store the images.
Files will be deleted after 24 hours.
Python Programming Language (Python version > py 3.4)
Django
Django REST Framework
PostgreSQL
Simple JWT Tokens
ReactJS
Bootstrap
Context Manager(AuthContext)
Axios
FontAwesome icons
git clone https://github.com/Mount-Isaac/APIs_Development.git
git clone git@github.com:Mount-Isaac/APIs_Development.git
gh repo clone Mount-Isaac/APIs_Development
cd backend
pip install virtualenv
virtualenv env
env\Scripts\activate
source bin\activate
pip install -r requirements.txt
start a shell/command prompt/powershell/terminal instance in the root
python manage.py runserver
Ensure Node manager is installed https://nodejs.org/en
cd frontend
npm install
Start a shell/terminal/command prompt instance in this folder and run:
npm start
yarn start
Happy Learning :)