cromewar / moralis-nfg-api-Django

Using Moralis API with Django and React JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Moralis NFT API with Django and React.

This is simple implementation for Moralis NFT Api using Django and React in order to get any NFT address an specific wallet has

Prerequisites

  1. Install Django and rest framework.

         pip install django
         pip install djangorestframework django-cors-headers
  2. Install moralis

        pip install moralis 
  3. On frontend folder install the npm dependencies.

        npm install 

Usage

  1. Set up your Moralis API key on the backend/nft/services.py.

  2. Run the Django server on backend with:

         python manage.py runserver
  3. Run the frontend React server on frontend folder run:

        npm start 
  4. Interact with the application.

About

Using Moralis API with Django and React JS.


Languages

Language:Python 47.5%Language:JavaScript 29.3%Language:HTML 11.9%Language:CSS 11.2%