fsefidabi / next-strapi-ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next-Strapi ecommerce

This ecommerce website is generated using strapi-ecommerce-template.

Getting started

# clone repository
git clone https://github.com/fsefidabi/next-strapi-ecommerce.git
cd next-strapi-ecommerce

# create "strapi_ecommerce_template" postgres database
create database strapi_ecommerce_template;

# start back-end project
cd backend
npm install
npm run build
npm run start

# start front-end project
cd ../frontend
npm install
npm run build
npm run start

The NextJs frontend server is running on http://localhost:3000.

The Strapi backend server is running on http://localhost:1337.

About


Languages

Language:JavaScript 98.7%Language:Shell 1.0%Language:CSS 0.3%