Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivmost/printmania
An ecommerce website for a local business dealing with customized products.
https://github.com/vivmost/printmania
Last synced: about 23 hours ago
JSON representation
An ecommerce website for a local business dealing with customized products.
- Host: GitHub
- URL: https://github.com/vivmost/printmania
- Owner: vivmost
- Created: 2022-02-12T06:55:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T07:06:33.000Z (over 2 years ago)
- Last Synced: 2024-08-05T23:34:22.452Z (6 months ago)
- Language: JavaScript
- Homepage: https://printmania-v1.herokuapp.com/
- Size: 5.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Dependencies
**For Backend** - `npm i`
**For Frontend** - `cd frontend` ` npm i`
# Run Locally
**For Backend** - `npm run dev`
**For Frontend** - ` npm start`
## Env Variables
Make Sure to Create a config.env file in backend/config directory and add appropriate variables in order to use the app.
**Essential Variables**
PORT,
DB_URI ,
STRIPE_API_KEY,
STRIPE_SECRET_KEY,
JWT_SECRET,
JWT_EXPIRE,
COOKIE_EXPIRE,
SMTP_SERVICE,
SMTP_MAIL,
SMTP_PASSWORD,
SMTP_HOST,
SMTP_PORT,
CLOUDINARY_NAME,
CLOUDINARY_API_KEY,
CLOUDINARY_API_SECRET,
_fill each field with your info respectively_# Demo Account(Customer) for usage:
Login ID - [email protected]
Password - forDemoPassword