Ecommerce backend with nestjs framework
skipForce is an alternative to build a functional ecommerce in a simple way.
npm install && nest update
PORT=[API_port]
HOST=[database_port]
USERNAME=[database_username]
PASSWORD=[database_password]
DB_TYPE=[database_type]
DB_PORT=[database_port]
DATABASE=[database_name]
JWT_SECRET=[jwt_secret_seed]
JWT_SECRET_CUSTOMER=[jwt_secret_seed]
CLOUD_NAME=[cloudinary_cloud_name]
API_KEY=[cloudinary_api_key]
API_SECRET=[cloudinary_api_secret]
STRIPE_KEY=[stripe_api_key]
npm run migration:generate <name>
npm run migration:run
npm start || npm start:dev
Swagger api Explorer
localhost:<port>/api
Graphql playground
localhost:<port>/graphql