Skip to content

nilesh016/Car-Parking-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car-Parking-Management-System

To configure and setup Server

Use the terminal

cd server

install dependencies -

yarn install

convert typeScript file to javaScript files

yarn watch 

to run server

yarn dev

To configure and setup Web

cd ../web

install dependencies -

yarn install

to run server -

yarn dev

You'll need PostgreSQL and Redis to run server

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • CSS 0.2%