Skip to content
/ sage-api Public

Sage ERP 500 - API that generates list of active users

Notifications You must be signed in to change notification settings

cdkth/sage-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sage-api

Sage ERP 500 - API that generates list of active users

prerequisites

  • Python 3.6 +
  • pip
  • venv
  • git

Create app folder/directory

mkdir sage-api
cd sage-api

Clone the repository

git clone https://github.com/jensonpaul/sage-api.git .

Create virtual environment

python3 -m venv venv

Create .env file, based on sample.env

copy sample.env .env
edit as needed

Activate virtual environment

if using windows:
.\venv\scripts\activate.bat

if using linux:
source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the app

python main.py

API call should be available at:

http://hostname:port/SageErpUsers

About

Sage ERP 500 - API that generates list of active users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages