MKRoughDiamond / graduate-adventure

Graduation Simulator for SNUCSE students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graduate Simulator

Build Status Build Status

Graduate simulator for SNU students

Recommended Requirements

  • Python ≥ 3.5
  • node ≥ 6.x  - npm ≥ 5

Installation

# Prepare virtualenv
python3 -m venv .venv
source .venv/bin/activate

# Install Dependencies
pip install -r requirements.txt
npm install --save-dev

Running

Backend

python backend/manage.py runserver

Frontend

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

==================

MIT License

About

Graduation Simulator for SNUCSE students

License:MIT License


Languages

Language:Python 83.1%Language:Vue 13.9%Language:JavaScript 3.0%