Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 812 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 812 Bytes

REPYNN

A restaurant management web-based application.

Installation

If you don't have python3 and pip installed, please install them first.

Clone the project via HTTPS.

git clone https://github.com/Nhu-Huynh/CS300-rePYNN.git

Note: recommend creating a virtual environment for running the project. Guide: Create python virtual environment

Install required packages

pip install -r requirements.txt

Usage

Go to the repynn directory and run

python manage.py runserver

Development setup

Release History

Meta

Dev

  1. Fork it (https://github.com/Nhu-Huynh/CS300-rePYNN.git)

  2. Move to dev branch

git checkout origin/dev
  1. Create your feature branch (git checkout -b feature/fooBar)