Skip to content

kadik23/Online_trafic_fine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online_trafic_fine

how to run project:

Project setup

npm install

setup server and run

cd ./api
npm install
npm run start

setup react app and run

cd ./frontend
npm install
npm start