0.0.11 • Published 7 years ago
gota-boot v0.0.11
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-cliStep 2. Clone Quickstart source.
git clone https://github.com/gotasource/gota-quickstart.git quickstartStep 3. Install and build source.
Go to the project directory
cd quickstartInstall
npm installBuild
npm run buildStep 4. Start Services.
npm run startopen your browser on http://localhost:3000/quick_start/hello?lastName=Boot&firstName=Gota