- Clone the repository and enter that directory
git clone https://github.com/mahiworld/Issue-Manager.git
-
Go inside api directory within main app
cd api
-
Create a virtual environment
virtualenv -p python3 flask-react-venv
- Activate the environment
source './flask-react-venv/bin/activate'
- Install the requirments
pip install -r requirements.txt
- Launch the server
flask run
python
from api import db
db.create_all()
-
Go inside main app
-
Install npm dependencies
npm install
- Run development server
npm start
npm run build