Skip to content

lupamo3/flask-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Flask Collect Details API

About The Project

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 😄

Built With

Getting Started

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.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Access Github https://github.com

  2. Clone the repo

    git clone https://github.com/lupamo3/flask-crud.git
  3. Change directory into the iReporter-Flask directory :

    cd iReporter-Flask
  4. Create and activate your virtual environment :

    Virtual venv python=[Python-Version]
    Pip install auto-env
  5. Install Project Requirements

pip install -r requirements.txt
  1. Run the application
flask run

Test the application on Postman

Test The API end-points

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

Additional Information

  • 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

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

License: MIT

Contact

Your Name - @nlanjichi

Project Link: https://github.com/lupamo3/flask-crud/tree/master

About

Flask Crud Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published