Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
/ example Public archive

resty.js full example with jwt auth and typeorm

License

Notifications You must be signed in to change notification settings

restyjs-graveyard/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resty.js example

Folder Structure

src
│   main.ts         # Application entry point
└───controllers     # route controllers for all the endpoints of the app
└───models          # TypeORM Entities

Getting Started

Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install Node.js and NPM

Install

  • Install all dependencies with yarn install

Running in dev mode

  • Run yarn start
  • The server address will be displayed to you as http://0.0.0.0:8080

Building the project and run it

  • Run yarn build to generated all JavaScript files from the TypeScript sources.
  • the builded app located in dist.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •