Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 310 Bytes

theCalendar

Requirements for use

Super Easy Install

cd client
yarn 
yarn start

and open new terminal and use code

cd api 
yarn
yarn start

you will get a default user with admin rights

{ email: 'test@mail.com', password: 'test' }