Skip to content

AdemolaAl/Ecomus-Shopping-SIte

Repository files navigation

Ecomus Shopping Site

Ecomus is a shopping site built on Next.js with an ExpressJS custom server

Getting Started

First clone the repository,make sure you have node and git on your system. Install all needed packages then run the development server:

npm install

npm run dev

Open http://localhost:3000 with your browser to see the result.

Database

The store uses a sql database on sequelize for storage and is required to be configured in connection.js page.

Auth

Authentication is done on passport custom authentication and bycrypt to secure users password in the database.

Deployment

The site can be deployed on vercel or on a nodejs platform.

Releases

No releases published

Packages

No packages published