Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xlaez/online-shop


https://github.com/xlaez/online-shop

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# online-shop

- install typescript on pc [npm install typescript -g / yarn global add typescript -g]
- create an assets folder in root directory for storage of pdf files.
- create .env in root directory
- .env file should contain EMAIL_ACCOUNT, EMAIL_PASS,APP_PORT,MONGODB_URI,REFRESH_TOKEN,SECRET_TOKEN,CLOUDINARY_NAME, CLOUDINARY_API_KEY, CLOUDINARY_API_SECRET fieds
- This belongs to a private organisation and is only allowed for individual use for learning pruposes.
- run yarn add to install all dependencies-typescript
- run yarn serve to use on development mode
- run yarn build to compile to javascript
- run yarn start to run production mode-javascript