Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Codio-Deno-REST-API-Template/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18 lines (11 sloc)
444 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Getting Started | |
After the install script has finished running you will need to reload the shell settings: | |
``` | |
$ source ~/.profile | |
``` | |
To start the server: | |
``` | |
$ deno run --allow-all --unstable index.ts | |
``` | |
You need to turn off **Dynamic Port Protection** otherwise you won't be able to access the API. | |
Go to the **Project** menu and choose **Settings**, make sure that the **Protect Dynamic Ports** switch is in the **off** position. |