gota-boot
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

Gota Boot

Gota Boot is a development framework for building REST web services API using Typescript/JavaScript on Node Environment.

Quickstart

Step 1. Set up the Development Environment

You need to set up your development environment before you can do anything.

Install NodeJS and Git SCM if they are not already on your machine.

Then install the Gota CLI globally.

npm install -g gota-cli

Step 2. Clone Quickstart source.

git clone https://github.com/gotasource/gota-quickstart.git quickstart

Step 3. Install and build source.

Go to the project directory

cd quickstart

Install

npm install

Build

npm run build

Step 4. Start Services.

npm run start

open your browser on http://localhost:3000/quick_start/hello?lastName=Boot&firstName=Gota

Readme

Keywords

none

Package Sidebar

Install

npm i gota-boot

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

32.7 kB

Total Files

9

Last publish

Collaborators

  • gotasource