in the api directory do:
-
npm install -
npm run developthis will start up the CMS, use these credentials to login onhttp://localhost:1337/admin/auth/login -
username :
[email protected] -
password :
Admin123
in the client directory do:
npm installnpm run dev
then goto localhost:3000