StephenXie / ProjectAlpha

Interactive website for mini-projects built with Django
https://www.stephenxie.com/
GNU General Public License v3.0
7 stars 1 forks source link
ajax college database django gpa heroku html5 htmls jquery postgresql python tailwind-css

ProjectAlpha

Build Status Django CI License: GPL v3 Website StephenXie.com Commit Activity GitHub issues GitHub issues GitHub pull-requests GitHub pull-requests

Where can I find this AWESOME website?

Go to https://www.stephenxie.com/ or https://sx-my-app.herokuapp.com/.

React website under construction

We are currently trying to use React.js to redesign the frontend, the code can be found in the development-react branch. The website is currently hosted at http://dev.stephenxie.com/.

Wiki

Go to the Wiki page for more information about this project

Resources

Tailwind Documentation - Documentation for tailwind css and how to use it
Tailwind Kit - They have some nice css components
Django Documentation - Documentation for django, pretty useful
Heroku Postgres - How to use the database

Local usage

Make sure you have python 3.6 or above

First, install all of the dependencies needed

pip install -r requirements.txt

To run, enter

python manage.py runserver

File structure