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

https://github.com/ighoshsubho/simple_flask_college_api

This API helps you create your data with your name and college, and stores it in a MongoDB database.
https://github.com/ighoshsubho/simple_flask_college_api

flask mongodb python

Last synced: 2 months ago
JSON representation

This API helps you create your data with your name and college, and stores it in a MongoDB database.

Awesome Lists containing this project

README

          

# Flask-College-API ✨

An API built with flask, MongoDB and Docker.

## Tech Stack

**Database:** MongoDB

**Server:** Flask, Docker Images

**Frontend:** React

## Run API Locally

Clone the project

```bash
git clone https://link-to-project
```

Go to the project directory

```bash
cd Simple_flask_college_API
```

Install dependencies

```bash
pip install -r requirements.txt
```
Run it locally

```bash
python ./run.py
```

## Run the Frontend locally

Pull the Image

```bash
cd Frontend/flask-mongodb-frontend/
```

```bash
npm i
```
Start the dev server:

```bash
npm start
```