Coder Social home page Coder Social logo

partnerise / nocode-platform-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nocode-js/nocode-platform-boilerplate

0.0 0.0 0.0 1.31 MB

Powerfull no-code platform boilerplate. Clone this repo and start your no-code platform today. Next.js + Tailwindcss + TypeScript + NoCode JS components.

Home Page: https://nocode-js.com/

License: MIT License

JavaScript 0.48% TypeScript 99.40% CSS 0.13%

nocode-platform-boilerplate's Introduction

No-Code Platform Boilerplate

No-Code Platform Boilerplate

Powerful Next.js boilerplate. Clone this repo and start your no-code platform today. The platform allows you to create REST API endpoints using a no-code editor. You can request the endpoint from any HTTP client. Additionally, the boilerplate provides a simple UI to test your endpoints. You can easily extend this template and add your own features.

Preview of No-Code Platform Boilerplate

This boilerplate uses:

The boilerplate supports two types of storage:

  • memory - in-memory storage, used by default, for development purposes.
  • mongodb - MongoDB storage, requires MONGODB_URI environment variable.

To choose storage type, set STORAGE_TYPE environment variable. You may do it by setting .env file:

STORAGE_TYPE=memory

or

STORAGE_TYPE=mongodb
MONGODB_URI=mongodb://localhost:27017
MONGODB_DB=nocodeApiBuilder

Pro

๐Ÿคฉ Pssst... do you prefer React and Nest.js? Check the No-Code Platform Boilerplate Pro.

๐Ÿš€ Deployment

To deploy this boilerplate, you need any compatible with Next.js hosting.

Deploy with Vercel

To deploy this template to Vercel you need to set STORAGE_TYPE=mongodb and MONGODB_URI environment variables. The memory storage doesn't work with cloud hosting. We recommend to use MongoDB Atlas for database hosting.

๐Ÿ”จ Development

You can work with NPM but we recommend to use pnpm:

npm install -g pnpm

Clone this repository:

git clone https://github.com/nocode-js/nocode-platform-boilerplate.git
cd nocode-platform-boilerplate

Install dependencies:

pnpm install

Start the development server:

pnpm dev

๐Ÿ’ก License

This boilerplate is released under the MIT license.

nocode-platform-boilerplate's People

Contributors

b4rtaz 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.