Skip to content

EBAC-QE/ebac-demo-store-server

Repository files navigation

Getting started with your app

Available Scripts

In the project directory you can run:

npm start

Runs the app in the development mode. By default, it is accessible at http://localhost:3000

npm test

Launches the test runner.

npm run build

Builds the app for production to the dist folder.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Development

Make sure you have Node.js 14, npm, and Docker installed.

  • Instal Yarn
npm install -g yarn
  • Install dependencies
yarn install
  • Generate Prisma client
npm run prisma:generate
  • Start database in Docker
npm run docker:db
  • Initiate the database
npm run db:init
  • Start the server
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •