Skip to content

mnshah0101/spindle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Spindle

Automatic API generation and hosting for your database.
View Demo ·

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Spindle is a developer automation tool which parses your Mongoose schema to create meaningful external facing APIs for your business. Spindle completely hosts your APIs through clever database design and virtual machines. This tool is perfect for businesses with large amounts of data it wishes to expose to users without wasting resources to create low level APIs.

(back to top)

Built With

  • Next
  • React
  • Bootstrap
  • Langchain

(back to top)

Getting Started

This project runs NextJS 13 for the frontend and ExpressJS with NodeJS on the backend.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://example.com

  2. Clone the repo

    git clone https://github.com/mnshah0101/spindle.git
  3. Cd to spindle

cd spindle
  1. Install NPM packages

    npm install
  2. Cd to server

    cd..
    cd server
  3. Install NPM packages

    npm install
  4. Enter your API in .env

    API_KEY = MY_KEY;

(back to top)

Usage

Spindle is perfect for businesses looking to create an API for their database, without the hassle and repitition of manually defining endpoints. Simply input a natural language query for what functionalities you'd like your API to have, as well as your database's URI, and your API is ready to ship.

(back to top)

Roadmap

  • API Hosting
  • Support for additional databases
  • Both SQL and NoSQL

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Contact us at team@spindle.com

Project Link: https://github.com/mnshah0101/spindle

(back to top)

Acknowledgments

  • Hacklytics staff & judges
  • Data Science @ GT

(back to top)

spindle