Metadata-Version: 2.1
Name: EasyWayAPI
Version: 1.0.1
Summary: EasyWayAPI allows creating and viewing of various resources
Home-page: https://github.com/joseph-njogu/EasywayAPI
Author: Joseph
Author-email: josephnjogu487@gmail.com
License: UNKNOWN
Description: # Easyway API Running
        
        
        
        ## Requirements
        1. Python 3.6 or higher
        
        2. Django 2.2.2
        
        3. Virtualenv
        
        4. Venv
        
           
        
        ## How to install
        1. Create virtual environment by typing
        
        ```
        python -m venv venv
        ```
        2. Activate the virual environment as follows
        
        ```
        source venv/bin/activate
        ```
        3. Install the api
        
        ```
        pip install EasyWayAPI
        ```
        
        4. Run the server as follows:
        ```
        python manage.py runserver
        ```
        
        
        
        
Keywords: api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
Description-Content-Type: text/markdown
