gota-boot
v0.0.11
Published
Gota Boot is a development framework for building REST web services API using Typescript/JavaScript on Node Environment.
Downloads
3
Readme
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