Skip to content

mahiworld/Issue-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Manager

For Backend

  1. Clone the repository and enter that directory

git clone https://github.com/mahiworld/Issue-Manager.git

  1. Go inside api directory within main app cd api

  2. Create a virtual environment

virtualenv -p python3 flask-react-venv

  1. Activate the environment

source './flask-react-venv/bin/activate'

  1. Install the requirments

pip install -r requirements.txt

  1. Launch the server

flask run

For Database

python

from api import db

db.create_all()

For Frontend

To run development enviroment in react

  1. Go inside main app

  2. Install npm dependencies

npm install

  1. Run development server

npm start

To compile the frontend changes before pushing to server

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published