An API you can seamlessly use to solve your e-marketing hurdles
golang 1.17
mongodb
- Ensure `golang 1.17` or higher is installed
- Download mongodb and ensure mongo is running in background
- Create a "load.env" file in your root directory and specify the following environmental variables:
SECRET_KEY="mysecretecommerceapikey"
ADMIN_USERNAME="admin"
ADMIN_PASSWORD="password"
NB: You can modify the values of the environment variables.