Openlogo is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
git clone https://github.com/TeamShiksha/openlogo.git
cd openlogo
pnpm install
pnpm start
Most of the environment variables can be used by copying them from the .env.example file. However, if you are trying to run the business APIs locally, you will need some additional environment variables associated with AWS.
-
Create a stack using
cloudformation_dev_test.ymlfile given insideserver/awsdirectory. -
You can generate the private and public RSA key by following the instructions given here.
-
After the stack creation is successful you can find most environmental variables under the
Outputsection which are mentioned below:BUCKET_NAMEBUCKET_REGIONKEYDISTRIBUTION_DOMAINCLOUD_FRONT_KEYPAIR_IDACCESS_KEYSECRET_ACCESS_KEY
NOTE: These values will be comma seperated.
If you liked something about this repository, do give it a 🌟.