NextStrap is a complete Ecommrce Application created using Nextjs and Strapi CMS
Here are some technologies and library i used in this project
- NextUI allows you to make beautiful, modern, and fast websites/applications regardless of your design experience, created withReact.js andStitches, based onReact Aria and inspired byVuesax
- Zustand A small, fast and scalable bearbones state-management solution. Zustand has a comfy api based on hooks. It isn't boilerplatey or opinionated, but still has enough to be explicit and flux-like.
- GraphQl is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
- Stripe is a suite of APIs powering online payment processing and commerce solutions for
And other libraries just to name a few , you can see all dependences in the package.json
First you need to clone the server here is the link Nextrap-Backend here and follow instruction to run the serverr
after the server is launch you need to feel to create an .env file and paste values has shown in .env.example
then run
yarn install
once finish then run
yarn dev
Open http://localhost:3000 with your browser to see the result.You can start editing the page
by modifying pages/index.tsx
. The page auto-updates as you edit the file.
- Next.js Documentation - learn about Next.js features and API. Learn Next.js
- an interactive Next.js tutorial.You can check out the Next.js GitHub repository your feedback and contributions are welcom
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.Check out the Next.js deployment documentation for more details.
Contribution and Feedback are welcome 😋😋