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.
- Host: GitHub
- URL: https://github.com/ighoshsubho/simple_flask_college_api
- Owner: ighoshsubho
- Created: 2023-07-02T13:00:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T15:04:00.000Z (about 3 years ago)
- Last Synced: 2025-08-24T00:42:19.849Z (11 months ago)
- Topics: flask, mongodb, python
- Language: JavaScript
- Homepage: https://simple-flask-college-api.vercel.app/
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```