Skip to content

fullstacks-academy/mob-review-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Installation

Install the required packages for the app (dependencies and devDependencies).

./init

For Start

  1. Create a File .env in Path or Main Root and set your configs {DB_ADDRESS, SERVER_PORT, JWT_KEY}.
DB_ADDRESS=
SERVER_PORT=
JWT_KEY=
  1. Build the TypeScript project (compile to JavaScript) =>
     npm run build
  2. Start the app in development mode.
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published