- Goto terminal and paste below clone command
git clone [email protected]:Arunkumar-MS/calorieTracking.git
 
- Now go inside 
serverfolder - Install packges by running 
yarn - Run Api by running 
yarn start - Now you should see message 
Server is Running @ 3001 
- Open new terminal Start with root folder of this project
 - Install packges by running 
yarn - Run webapp by running 
yarn start - Now you should see 
started server on 0.0.0.0:3000, url: http://localhost:3000 - Just vist 
http://localhost:3000you should be able to start using the app now. 
- User token
yJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyaWQiOiI2MWY5NjM4NGMyZWEzNzlhNjBkODc5OWEiLCJuYW1lIjoiRGF2aWQiLCJpYXQiOjE2NDM3MzM4OTJ9.FRsShLhoFfOiEtxIt79VywdmWklRAzij5ojQQxarcY8 - Admin token
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyaWQiOiI2MWY5NjM4YWMyZWEzNzlhNjBkODc5OWUiLCJuYW1lIjoiQXJ1biIsImlhdCI6MTY0MzczMzg5OH0.NsK00e4tCIJDH1XZYdvsT6qF2zHdoM4gOcXuewaopfE 
- While running app
 - Open new terminal
 - Goto 
e2eTestingfolder - Install packges by running 
yarn - Run E2E test by using 
yarn e2e - If you what to see visually how its running on browser please use below command
 yarn e2e:ui
- Goto root folder of web app
 - Run 
yarn test - Now you should be able to see tests running on terminal
 
- Go inside 
serverfolder - Run 
yarn test - Now you should be able to see tests running on terminal