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
- Host: GitHub
- URL: https://github.com/kyle8998/appgen
- Owner: kyle8998
- License: mit
- Created: 2017-03-08T22:05:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T00:26:13.000Z (about 3 years ago)
- Last Synced: 2025-02-09T14:45:21.401Z (11 months ago)
- Language: Python
- Homepage:
- Size: 9.74 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AppGen
Created by Kyle Lim and Erik Ochoa
This may not be the fully updated version.

---
### 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