Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

a Flask-based RESTful API providing endpoints for CRUD operations on planets and supports user authentication and password retrieval using JWT and email services.

NotificationsYou must be signed in to change notification settings

Vidito/Flask_REST_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Planetary API is a Flask-based RESTful API for managing planetary data and user information. It provides endpoints for CRUD operations on planets and supports user authentication and password retrieval using JWT and email services. The application uses SQLite as the database and includes sample data for testing purposes.

Features

User ManagementRegister usersUser login with JWT token generationPassword retrieval via emailPlanetary Data ManagementAdd, update, delete, and view planetary informationAuthenticationSecured endpoints using JWTEmail NotificationsSend password recovery emailsDatabase CommandsCreate, drop, and seed the database using CLI commands

API Endpoints

User Endpoints

EndpointMethodDescription
/registerPOSTRegister a new user.
/loginPOSTUser login, returns a JWT.
/retrieve_password/<email>GETSends the user's password via email.

Planet Endpoints

EndpointMethodDescription
/planetsGETRetrieves a list of all planets.
/planet_details/<planet_id>GETRetrieves details of a specific planet.
/add_planetPOSTAdds a new planet (requires JWT).
/update_planetPUTUpdates an existing planet (requires JWT).
/remove_planet/<planet_id>DELETEDeletes a planet (requires JWT).

About

a Flask-based RESTful API providing endpoints for CRUD operations on planets and supports user authentication and password retrieval using JWT and email services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp