https://github.com/andrewmillercode/blockhouse
https://github.com/andrewmillercode/blockhouse
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmillercode/blockhouse
- Owner: andrewmillercode
- Created: 2024-09-06T16:03:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:26:52.000Z (over 1 year ago)
- Last Synced: 2025-02-04T13:53:07.677Z (over 1 year ago)
- Language: Python
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Web Development Coding Test: Next.js Application with Django API Integration
Greetings blockhouse team! This is my submission for the web development OA. Please let me know if you have any questions. I had some errors with the candlestick chart package, but was able to get it up and running nonetheless.
## Backend Folder
To run the backend server, initialize the virtual enviroment by using source djangoenv/Scripts/Activate. Then run the 'python manage.py runserver' command.
## Frontend Folder
To run the frontend, navigate to the frontend folder, and run the commands 'npm install' to install packages, and 'npm run dev', to run the website.