in the api
directory do:
-
npm install
-
npm run develop
this 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 install
npm run dev
then goto localhost:3000