An open API service indexing awesome lists of open source software.

https://github.com/kyle8998/appgen

Simulated Application Store - Undergraduate Research
https://github.com/kyle8998/appgen

Last synced: 7 months ago
JSON representation

Simulated Application Store - Undergraduate Research

Awesome Lists containing this project

README

          

# AppGen

Created by Kyle Lim and Erik Ochoa

This may not be the fully updated version.

![Screenshot](https://raw.githubusercontent.com/kyle8998/AppGen/master/img/screenshot.PNG)

---

### Dependencies

Python3 +

Flask

### How to run

Set up a virtual environment

Install flask

Start venv
```source //activate```

Clone this repo in flask folder and go into the directory
```https://github.com/kyle8998/AppGen```

Start server
```python3 manage.py runserver```

To access go to 127.0.0.1:8000