An application that allows users to create accounts, create certificates, view certificates, edit certificates, edit their profile, view certificate statistics and send the certificates via Email.
.
Here are some of the features:
- Create Accounts
- Create Certificates
- Edit Certificates
- View Certificates
- Edit their profiles
- Send certificates via email
- View Certificate Statistics
- It has implemented DRY principles 😄
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Access Github https://github.com
-
Clone the repo
git clone https://github.com/lupamo3/flask-crud.git
-
Change directory into the iReporter-Flask directory :
cd iReporter-Flask
-
Create and activate your virtual environment :
Virtual venv python=[Python-Version] Pip install auto-env
-
Install Project Requirements
pip install -r requirements.txt
- Run the application
flask run
- Run CertificateTest on your postman to test the URLs
or use:
URL | METHOD | MESSAGE |
---|---|---|
/api/v1/personal/ | POST | Create a user/student. |
/api/v1/personal/ | GET | Get all students. |
api/v1/personal/int:user_id | GETint:id | Get a Specific Student |
api/v1/personal/me | PUT | Update Specific Student records |
api/v1/personal/me | DELETE | Delete a Student record |
api/v1/personal/me | GET | Get a Students personal record |
api/v1/personal/login | POST | Login a student. |
/api/v1/certificate/ | POST | Create a Certificate. |
/api/v1/certificate/int:certificate_id | GETint:certificate_id | Get a specific Certificate |
- Feel free to reach me via email and to fork this project
- Any feedback would be appreciated.
- The Pull requests have bit by bit application documentation
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - @nlanjichi
Project Link: https://github.com/lupamo3/flask-crud/tree/master