GithubHelp home page GithubHelp logo

dev-vickie / backframe.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from backframe/backframe.js

0.0 0.0 0.0 2.28 MB

A JS/TS framework for rapid development and deployment of APIs and Backends

License: MIT License

Shell 0.14% JavaScript 4.95% TypeScript 83.70% CSS 0.44% HTML 0.25% Astro 10.52%

backframe.js's Introduction

Backframe.js - The backend framework for rapid development and deployment of APIs/Backends

This is a WIP. Still in active development

Getting started

Here are a few things to note about backframe before getting started:

  • Backframe does not support commonjs modules. Only esmodules. That means you have to use:
    // Required in backframe
    import * from "something"
    instead of
    // not supported
    const pkg = require("something");
  • Backframe uses file-system based routing. This means you don't have to declare redundant routing patterns in your files. Simply create a new file and that automatically corresponds to a route. All routes are housed in the src/routes directory
  • Backframe is still in active development and a lot of features may be buggy or simply not work at all

To create a new backframe app, run

npx @backframe/create-bf

# or
pnpx @backframe/create-bf

The CLI will prompt you for certain values and for a simple getting started example, select whether you'd like to use JS or TS then make sure to select the CREATE MINIMAL STARTER APP option. The other options have not been implemented yet

backframe.js's People

Contributors

ndaba1 avatar dependabot[bot] avatar github-actions[bot] avatar vndaba avatar

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.