Github [https://github.com/aysinghal2001]
Twitter [https://twitter.com/theayushsinghal]
Discord- BeyondInfinity#2391
Email- ayushsinghal200176@gmail.com
One stop place for all your book needs. Made using Next.js and Medusajs. it consists of all your school and college textbooks needs.
You need following requirement to setup your project:
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) - Redis (https://redis.io/)
- PostgreSQL (https://www.postgresql.org/)
- Node (https://node.org/)
Here are the steps to be taken after that:
- Clone the repository:
git clone https://github.com/aysinghal2001/Book-store.git
- Change directory and install dependencies:
cd Book-store
cd my-medusa-store
npm install
- Start the server
medusa develop
- Change directory , install dependencies and start the store-front
cd ..
cd my-store-front
npm install
npm run dev