Giter VIP home page Giter VIP logo

aeonicx / parent-child-management Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 20 KB

The Parent-Child Management System is a comprehensive application built using FastAPI, PostgreSQL, and SQLAlchemy for ORM, designed to efficiently manage parent and child data. This system facilitates seamless user interaction and data handling through a well-structured RESTful API.

Python 97.33% HTML 1.31% Mako 1.35%

parent-child-management's Introduction

Parent Child Management System

The Parent-Child Management System is a comprehensive application built using FastAPI, PostgreSQL, and SQLAlchemy for ORM, designed to efficiently manage parent and child data. This system facilitates seamless user interaction and data handling through a well-structured RESTful API.

Installation:

Install required packages using:

pip install -r requirements.txt

Usage:

Create a .env file in the root of your project

# Secret Key configuration
SECRET_KEY = "your_secret_key"

# Database configuration
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres

# Email configuration
EMAIL_HOST = sandbox.smtp.mailtrap.io
EMAIL_HOST_USER = user
EMAIL_HOST_PASSWORD = password
EMAIL_PORT = 587

Migrate tables:

alembic upgrade head

Running the Server:

uvicorn main:app --reload

API Documentation:

http://127.0.0.1:8000/docs

parent-child-management's People

Contributors

aeonicx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.