/cryptonian_exchange_backend

Back-end code written in Django for the virtual cryptocurrency trading platform called "Cryptonian"

Primary LanguagePythonMIT LicenseMIT

Python Django Django Rest Framework Swagger

Cryptonian Exchange - A virtual cryptocurrency trading platform

This is an Ecommerce API which I created using a dataset with data taken from https://myntra.com which is one of the most popular online clothing stores in India.

http://localhost:8000/api-docs/

The API docs can be viewed using the above link. Swagger is used to generate API docs under the hood using a package called 'drf_spectacular'.

Getting Started

  • Create a new virtual environment and install packages specified in the requirements.txt file.

  • Hook in your database of choice, make necessary database changes in the settings.py file inside the project folder. Obviously, some familiarity with Django folder structures is required for this. By default this project uses MySQL as database.

  • Make migrations when you're done with the database settings and migrate.

  • Run python manage.py runserver, and the application should be running on port 8000 by default.

Built With

Features

To be added later

Updates

React frontend to be added in future.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details