0.1.3 • Published 9 months ago

@achtjs/core v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@achtjs/core - AchtJS

AchtJS is designed for simplicity and ease of use for beginners. It is built using Typescript to take advantage of strong type checking and at the same time preserving support for pure Javascript. It also has support for MongoDb and SQL databases.

DISCLAIMER: AchtJS is not a wrapper for ExpressJS or Fastify. We use our own routing library and it has capabilities to use third party middlewares.

Installation

  • Run npm i @achtjs/cli -g to install AchtJS globally in your local machine.

    Install the latest Node.js stable build before running this command

If you want a simple routing library like express you can use our own AchtJS Router.

Quick Start

  • Run acht new my-new-app.
  • Run cd my-new-app to go inside your project folder.
  • Run acht serve to start your AchtJS project.

In the case where the port number is already in use or in the case when you want to run it on a different port number, use --port to specify a different port. i.e. acht serve --port=4444

Ecosystem

ProjectDescription
@achtjs/coreAchtJS core library
@achtjs/commonAchtJS common modules
@achtjs/routerNodeJS routing library
@achtjs/cliProject scaffolding
@achtjs/mongoMongoDB Plugin
@achtjs/sqlSQL Plugin

Documentation

To check out live examples and docs.

License

MIT

0.1.3

9 months ago

0.1.2

9 months ago

0.1.0

9 months ago