An open API service indexing awesome lists of open source software.

https://github.com/zewdu444/student_meet

Connect students and teachers through scheduled sessions. Experience a seamless platform that brings together the power of scheduling and interaction.
https://github.com/zewdu444/student_meet

fastapi postgresql sqlalchemy

Last synced: about 2 months ago
JSON representation

Connect students and teachers through scheduled sessions. Experience a seamless platform that brings together the power of scheduling and interaction.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [:camera: screenshots](#screenshots)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 🤖 Student Meet

>Connect students and teachers through scheduled sessions. Experience a seamless platform that brings together the power of scheduling and interaction.

## :camera: screenshots
- Databse schema
database design
- API documentation
student api

## 🛠 Built With

### Tech Stack

- FastAPI
- Postgresql

### :rocket: Live Demo

- Coming soon

### Key Features

- [x] User registration
- [x] User login
- [x] Session creation
- [x] Session booking

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Command line or terminal
- IDE such as VsCode.
- Python 3.8 or higher
- Postgresql 13 or higher

### Setup

Clone this repository to your desired folder:
Example command:

```sh
git clone https://github.com/zewdu444/student_meet.git
cd student_meet

```

### Usage

Backend API

```sh
cd api
pip install -r requirements.txt
uvicorn main:app --reload
open http://localhost:8000/docs
```

## 👥 Authors

👤 **Zewdu Erkyhun**

- GitHub: [@zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)

(back to top)

## 🔭 Future Features

- I am working on the Live hosting and integration to frontend part

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/zewdu444/student_meet/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)