Skip to content

akhil-code/ts-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript + ExpressJS + NodeJS app

Application URL

https://akhil-code-ts-code.herokuapp.com/

Run the app locally using npm commands

Refer to package.json to understand more about writing npm scripts.

# Installs all required dependencies from package.json
npm install

# Starts the server in developer mode that listen to changes in code and restarts automatically.
npm run dev

# Starts the server and serves the traffic.
npm run start

High Level Design

open the image below to have complete view

HLD Diagram

Low Level Design

open the image below to have complete view

LLD Diagram

TODO

  • Add React JS dependency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published