Skip to content

cabrerac/auto-ai-doa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# auto-ai-doa

Server side auto-ai, which offer the following functionalities at the moment:

1. Registering services.
2. Executing services.

# How to run the code

## Installing Flask

```
pip install Flask
```
```
apt-get install python3-flask
```

## Installing Mongo

```
apt install mongodb
```

## Running the application
1. Requirements must be installed in the environment
```
pip install  -r requirements.txt
```

2. Following this tutorial - https://flask.palletsprojects.com/en/1.1.x/tutorial/factory/
Run next commands in console in the project path auto-ai-doa/
```
$ export FLASK_APP=interfaces/microservices.py
$ export FLASK_ENV=development
$ flask run
```

Server should be up and running waiting for client requests!

About

Server side auto-ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages