rescueshelter.services
v2.0.1
Published
Rescue Shelter Security Services
Downloads
14
Readme
Rescue Shelter Services
This is a simple expressjs api. Its purpose is write only data access. This local development uses mongo docker containers.
Use your prefered intergated development environment (IDE) or command line interpretor. But,
an VScode-like IDE has a marketplace of extension and plugins in a GUI.
npm install --global esbuild typescript
npm install --prefer-dedupe
npm run tsbuild
npm run mongo
npm run redis
docker ps -a
npm run dataset
npm debugThe server listens on localhost port 3302, and only accepts HTTP POST request. Jfiddle, Postman, curl and telnet support create POST request.
http://localhost:3302/api/manager/animals
http://localhost:3302/api/manager/sponsors
http://localhost:3302/api/manager/secure
Don't forget the development tools. Look at the free documentation and download sections of
- nodejs Javascript programming language.
- git Open source code repository and version management system.
- typescript Javascript transcompiler standards provider.
- esbuild A different Javasscript transcompiler standards provider.
- python Programming and scripting language with good math support.
- docker Small, non window desktop, portable linux operating system.
- vscode One of many IDEs.
Additional, production environment and support services with a free and paid services.
- nginx Web and proxy server.
- aws Amazon web services, cloud host provider.
- azure Microsoft, cloud host provider
