Skip to content

jeffcotrupe/estore

 
 

Repository files navigation

SingleStore | eStore

Attention: The code in this repository is intended for experimental use only and is not fully tested, documented, or supported by SingleStore. Visit the SingleStore Forums to ask questions about this repository.

Requirements

  • Node.js at least v18.15.0

Getting started

  1. Create a database
  2. Create a .env file based on the .env.example file
  3. Install dependencies by running: npm i
  4. Generate and insert data into the database by running: npm run start:data
  5. Build the app by running: npm run build

Run the dev environment

  1. Run npm run dev
  2. Open http://localhost:3000

Build and run the prod environment

  1. Run npm run build
  2. Run npm run start
  3. Open http://localhost:3000

About

Yaroslav's SingleStore eStore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.4%
  • Other 0.6%