Static data from the HawAPI project.
- The HawAPI project running (and all its prerequisites)
- Node
- Npm or Yarn for run the script
Step by step of how to run the application.
See all Prerequisites
Note
Alternatively, you could download all files (Zip)
- SSH
git clone git@github.com:HawAPI/website.git
- HTTPS
git clone https://github.com/HawAPI/website.git
Check Requesting
Before running the script:
- Create and define all required variables inside the
.env
. Use .env.example as reference.
If you are running using local HawAPI application create and define all required variables inside the .env.dev
and use the dev
command. Use .env.dev.example as reference.
Using dev command all outputs will be stored on a /dev/
folder.
yarn dev
Using start command all outputs will be stored on a /database/
folder.
yarn start
For any questions about the project: Contact.
HawAPI is licensed under the MIT License.
Check out all licenses/dependencies