GitHunt
SH

Shrutakeerti/SpaceCode-AI

This is a sweet combo

SpaceCode AI

As a space ethusiast from the very beginning I thought why not mix AI and space.

App Screenshot

Features

  • Flask Framework: A lightweight framework to build web applications in Python.
  • SQLAlchemy: A Python ORM to interact with databases.
  • Gunicorn: A Python WSGI HTTP server for running the Flask app.
  • Deployment: On Render.

Prerequisites

Before deploying or running the app locally, make sure you have the following installed:

  • Python 3.6 or higher
  • pip (Python's package installer)
  • Git (for version control)

Installation

Step 1: Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/Shrutakeerti/SpaceCode-AI.git
cd SpaceCode-AI

Create a virtual environment

python -m venv venv

Activate the virtual environment

For Windows

venv\Scripts\activate

For macOS/Linux

source venv/bin/activate

3. Install Deependencies

pip install -r requirements.txt

4 Run Locally

python main.py

5 Requirements.txt

Flask==2.3.2
SQLAlchemy==1.4.49
gunicorn==21.2.0

๐Ÿ™‹โ€โ™€๏ธ Author - Twinkle Twinkle Little Star

Shrutakeerti/SpaceCode-AI | GitHunt