Skip to content

Repository files navigation

backend-full-stack-open

Deploy

This project is deployed Here.

Local

With npm

To install dependencies:

npm install

To run:

node index.js

From scripts

To run:

npm start

To run dev mode:

npm run dev

This project was created using bun init in bun v1.0.35. Bun is a fast all-in-one JavaScript runtime.

With bun

To install dependencies:

bun install

To run:

bun index.js

From scripts

To run:

bun start:bun

To run dev mode:

bun dev:bun

TESTS

To run with npm

To run all:

npm run test && npm run test:bun

To run only tests implemented with node

npm run test

To run only tests implemented with bun

npm run test:bun

To run with bun

To run all:

bun run test && bun run test:bun

To run only tests implemented with node

bun run test

To run only tests implemented with bun

bun run test:bun

About

Trabajos de back-end para el curso full-stack-open Helsinky

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages