Skip to content

hello-nihao-nihao/nft-webside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TURTLES NFT

Turtles NFT is a mini ecommerce website where users buy products ranging from nfts(from the turtle community) to tech products e.g. Gaming consoles, iWatches, Mobile phones etc. which allows users to make payment using their phantom wallet(solana) Project also include an api which developers can fetch data from

Tools/Frameworks built with

Turtles Nft is built using

  • HTML5

    HTML5

  • CSS

    CSS

  • JAVASCRIPT

    JS

  • DJANGO

    DJANGO

  • DJANGO REST FRAMEWORK

    DRF

  • REACT

    REACT

Installation

To run this project on your machine. Make sure you have python3 installed on your machine. Create a virtual environment on your code editor using the command

virtualenv <name of environment>

If virtualenv is not installed on your machine. Install it or use this alternative to create a virtual environment

python -m venv <name of environment>

After virtual environment has been created. Install all packages listed in the requirements.txt file using the command below:

pip install -r requirements.txt

All packages should install without errors.

then run models to database.

Python manage.py check

python manage.py makemigrations

python manage.py migrate

Then run the python server with the command

python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published