Skip to content

Full stack web application for hedge fund with React frontend and Django rest framework under the hood.

License

Notifications You must be signed in to change notification settings

GVatest/hedge-fund

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

𝕙𝕖𝕕𝕘𝕖-𝕗𝕦𝕟𝕕

Full stack web application for hedge fund with React frontend and Django rest framework under the hood.

Screenshots

Screenshot 2023-04-10 at 16 23 52

Screenshot 2023-04-10 at 16 24 20

Demo

https://hedge-fund.netlify.app/

Start

Clone

git clone https://github.com/GVatest/hedge-fund
cd hedge-fund

Backend

Install

Build docker image

docker build -t [name] .

or

Install manually

pip install -r requirements.txt

Start

Create database

python manage.py migrate

Enable debug mode

export DJANGO_DEBUG=True

Start server

python manage.py runserver

Frontend

Install

npm install
# or
yarn install

Start

npm run dev
# or
yarn dev

About

  • As data base sqlite was chosen, since it is quite easy to work with, and there were no plans for a large load on the project, so choosing any other, more advanced database, for example postgresql, didn't make sense.

  • Authorization is implemented using JWT tokens, this is a convenient, safe and universal solution.

  • The idea of ​​Feature-Sliced ​​Design is the basis for the architecture of the application frontend. The state manager is Redux Toolkit in conjunction with RTK Query. Vite is responsible for build and project workflow.

Stack

Frontend

Backend

Additional

This is my independently developed "turnkey" freelance project for Russian hedge fund. I wasn't involved in the project's further development.

Credits

Contributors:

License

Licence

About

Full stack web application for hedge fund with React frontend and Django rest framework under the hood.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published