https://github.com/bonface221/flask-phonebook
a simple flask phonebook
https://github.com/bonface221/flask-phonebook
Last synced: 3 months ago
JSON representation
a simple flask phonebook
- Host: GitHub
- URL: https://github.com/bonface221/flask-phonebook
- Owner: bonface221
- License: mit
- Created: 2022-05-12T17:31:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T07:12:00.000Z (about 3 years ago)
- Last Synced: 2025-01-12T06:43:15.544Z (5 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phonebook
## Author
[Bonface221](https://github.com/bonface221)
## Description
> This app works just like a phonebook
## Prerequisites+ Python3.6.7
+ flask
+ Virtual environment.## How to run the app
1. Clone the project by running the following command: git clone https://github.com/bonface221/flask-phonebook.git
2. Install the dependencies in the requirements.txt file.
3. Create a database and run migrations.
4. The run python manage.py to run the server.## Technology used
+ [X] Python3.9
+ [x] flask
+ [x] SQLAlchemy (postgresql)## Contributing
Please create a pull request here: https://github.com/bonface221/flask-phonebook/compare
### Link to view the app (heroku)
i'm yet to deploy### License ([MIT License](./LICENSE))
This project is licensed under the MIT Open Source license, (c) bonface221
Follow the link to view the licence.