Skip to content

designing and developing an ecommerce store using next.js

Notifications You must be signed in to change notification settings

ppmmhh/next.js-ecommerce-store

Repository files navigation

Next.js ecommerce store

About

This is an UpLeveled project, where I planned and created a full stack ecommerce website using next.js.

Technologies

  • javascript
  • next.js
  • react
  • typescript
  • sass
  • postgres

Screenshots

tba

Setup

  1. Clone the repository
git clone https://github.com/julessre/nextjs-ecommerce-store.git
cd next-ecommerce-store
  1. Install dependencies using
pnpm install
  1. Setup postgres database

Create a file called .env in the project root directory and paste the following, changing to your own username, password and database:

PGHOST=localhost
PGUSERNAME=<your username>
PGPASSWORD=<your password>
PGDATABASE=<your database>
  1. Connect to postgres database and run either:
psql -U <user name> <database name> on windows and macOS
sudo -u <user name> psql -U <user name> <database name> on Linux
  1. Run application
pnpm dev

Open http://localhost:3000 on browser

About

designing and developing an ecommerce store using next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published