Skip to content

A simple, on-the-fly user profile generation (with API)

License

Notifications You must be signed in to change notification settings

oniani/profile-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile Generator

A demonstration of a simple, on-the-fly user profile generation: http://profile-generation.herokuapp.com

The API is available here.

Generated Profile

Running

Make sure to have Python installed and run the following commands in the order specified below.

git clone https://github.com/oniani/profile-generation.git
cd profile-generation
python3 -m pip install -r requirements.txt
flask run

After running the commands above, open localhost (usually, port 5000) in the browser and refresh the page. If everything to this point worked well, the app should generate a new profile on every refresh of the page.

References

License

MIT License

About

A simple, on-the-fly user profile generation (with API)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published