A simple Form Builder build using React and Flask.
- Clone this repository
- Create a virtual environment with python(3.6.2) and pip and activate it
- Run
cd formonk && pip install -r requirements.txt
- Run
cp dbconfig.example.py dbconfig.py
- Fill in the details of dbconfig.py
- Run
cd templates/static && npm install
- Next
npm run build
- Run
cd ../.. && python run.py
- Goto localhost:5000/
- Clone this repository
- Create a virtual environment with python(3.6.2) and pip and activate it.
- Run
cd formonk && cp dbconfig.example.py dbconfig.py
and fill the details - Run
chmod +x runformonk.sh
- Run
./runformonk.sh
- Goto localhost:5000/
From now on you can start server by running python run.py