Skip to content

sonowz/graduate-adventure

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •