Skip to content

Heash/be-template-master

Repository files navigation

BACKEND TASK

  1. In the repo root directory, run npm ci to gather all dependencies.

  2. Next, npm run seed will seed the local SQLite database. Warning: This will drop the database if it exists. The database lives in a local file database.sqlite3.

  3. Then run npm run build and npm start which should start both the server and the React client. You can also run npm run dev

  4. To run test simple use npm test or npm run test:watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published