Skip to content
Marismar da Costa Silva edited this page Jun 23, 2016 · 4 revisions

Welcome to the infosystem wiki!

  1. Create the project folder

  2. Add the following files to the project folder

     requirements.txt - where are put all the necessary packages in the projects, that basically resume in infosystem;
    
     setup.cfg - describe the project data;
    
     setup.py - the file generation configuration that would be running on the server;
    
     tox.ini - python version and test;
     
     .gitignore - describe the files and folders that would be ignored when the project will be add in one repository;
    
     app.py - programming of application;
    
  3. Create a new folder inside the project root folder

  4. Add the following files in the new folder

     __init__.py - python standard file, use to upload packages;
    
     system.py - declare the controllers;
    
  5. Make the file system import on the file app.py

  6. Run command:

pip3 install infosystem


For tests:

Make download on Google Chromium of postman app, to generate requests.

Clone this wiki locally