Table of Contents
↓
- Registrations is enable but you can easly test it with these credentials
test@gmail.com////1234567 demo
admin@gmail.com////1234567 demo root admin
- For checkout use this credentials:
username ↓
sb-nmgoy10682524@personal.example.com
password: ↓
iZL1-iwn
Setting up the e-commerce wich is ready to use with integrated paypal terminal
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Get api from whereever you need here are the links ↓
- Get a free API Key for cloudinaru https://cloudinary.com/
- Get a free API Key for paypal https://developer.paypal.com/
- Get a free API Key for mongo https://account.mongodb.com/
-
Clone the repo
https://github.com/Chochinize/nextjs_ecommerce.git
-
Install the prerequisites
npm install
-
Enter your API as follow
NEXT_PUBLIC_BASE_URL = 'yourpublic adress' NEXT_PUBLIC_MONGODB_URL = 'you public adress ' NEXT_PUBLIC_ACCESS_TOKEN_SECRET = 'you public adress ' NEXT_PUBLIC_REFRESH_TOKEN_SECRET = 'you public adress ' NEXT_PUBLIC_PAYPAL_CLIENT_ID = 'you public adress ' NEXT_PUBLIC_CLOUD_UPDATE_PRESET = 'you public adress ' NEXT_PUBLIC_CLOUD_NAME = 'you public adress ' NEXT_PUBLIC_CLOUD_API ='you public adress '
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
"dependencies": {
"bcrypt": "^5.0.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.2",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
}
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature
) - Commit your Changes (
git commit -m 'Add some Amazing'
) - Push to the Branch (
git push origin feature
) - Open a Pull Request
github: https://github.com/Chochinize
Porfolio: https://portfolio-five-flax-33.vercel.app/
Twitter - https://twitter.com/chochinize
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!