Skip to content

ElcornMe/MainProject

Repository files navigation

MainProject - Online Shop

For launching locally:

- npm install
- npm run dev 

If you use locally:

- create ".env" file, transfer variables from ".env.template"
- write the values of global variables inside the ".env" file for connection database
and SECRET_KEY for JWT token 

If you use in deploy:

- create environment variables listed in ".env.template" on your deploy service