Skip to content

hadyanadam/proposal-generator-v1

 
 

Repository files navigation

Proposal Generator

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Every template in the program is based on the design file proposal-generator.drawio

Step to run the program

A step by step series of examples that tell you how to get a development env running

  1. Install virtual environment
pip install virtualenv
  1. Create virtual environment and activate inside proposal-generator directory according the structure below
virtualenv venv
> On windows -> venv\Scripts\activate
> On linux -> . env/bin/activate
  1. Install flask library on your virtual environment with pip
pip install flask

Or you can install depedencies based on requirements.txt

pip install -r requirements.txt
  1. Run this project with terminal or command promt on your virtual environment
python run.py
  1. Access localhost:5000 according port that created in run.py Sign In with email "admin@admin.com" and password "admin" without ""

Sample

  1. To stop the service of flask project (CTRL + C)

Prerequisites

Make sure you have installed Python 3 on your device

Project structure

* proposal-generator/
  |--- app/
  |    |--- static/ (Template [AdminLTE](https://github.com/ColorlibHQ/AdminLTE.git))
  |    |--- templates/
  |    |    |--- add-proposal.html
  |    |    |--- base.html
  |    |    |--- customers.html
  |    |    |--- footer.html
  |    |    |--- head.html
  |    |    |--- index.html
  |    |    |--- login.html
  |    |    |--- main-sidebar.html
  |    |    |--- navbar.html
  |    |    |--- proposals.html
  |    |    |--- scripts.html
  |    |--- __init__.py
  |    |--- views.py
  |--- venv/ (install virtualenv first)
  |--- config.py
  |--- proposal-generator.drawio
  |--- requirements.txt
  |--- run.py

Built With

  • Python 3 - The language programming used
  • Flask - The web framework used
  • Virtualenv - The virtual environment used

Clone or Download

You can clone or download this project

> Clone : git clone https://github.com/irfanialfathwah/proposal-generator.git
  • Irfanialfathwah

About

Go to README.md for more information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.5%
  • HTML 15.5%
  • CSS 13.3%
  • SCSS 1.2%
  • Python 0.5%
  • Dockerfile 0.0%