GithubHelp home page GithubHelp logo

tomglennhs / enok Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.51 MB

3D printer monitoring and management for makerspaces (WIP)

License: MIT License

Python 85.64% JavaScript 6.33% TypeScript 8.02%
python 3d-printing makerspace fastapi

enok's Introduction

Enok

3D printer management and monitoring for makerspaces.

Open in Gitpod

This repo contains Enok's API, which is written in Python and utilizes FastAPI and stores data in a SQLite database. If you aren't familiar with FastAPI, take a look at https://fastapi.tiangolo.com/tutorial/.

To run a local instance for development, you will need to have Python 3.10 or higher and Poetry (package manager) installed. Open a Command Prompt/Terminal instance in this directory, then run poetry install to install dependencies (should only need to do this once), and run poetry run uvicorn main:app --reload to start running the app (if running with frontend do poetry run uvicorn main:app --reload --root-path /api). In your browser, head to http://localhost:8000/docs to verify that the server is up. To stop the server, press Ctrl+C whilst focused on the terminal window.

enok's People

Contributors

aliasnotfound avatar dependabot[bot] avatar jasonappah avatar

Stargazers

 avatar  avatar

Watchers

 avatar

enok's Issues

Database purges

Create a scheduled task that automatically purges data that is older than a configurable age.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.