Take home test for ProjectMark
Find a file
Rodrigo Pinto 9c4ea4ca90 Basic structure of the project
- Added a model with in-memory database, and routes, controller and
middleware to enable making initial CRUD calls to endpoints;

- Added jest and an initial test.
2025-04-02 17:07:06 -03:00
src Basic structure of the project 2025-04-02 17:07:06 -03:00
tests Basic structure of the project 2025-04-02 17:07:06 -03:00
.gitignore Initial commit 2025-04-01 17:28:15 -03:00
eslint.config.mjs Install NodeJS, TypeScript, ExpressJS and ESLint 2025-04-01 17:58:14 -03:00
jest.config.ts Basic structure of the project 2025-04-02 17:07:06 -03:00
LICENSE Initial commit 2025-04-01 17:28:15 -03:00
package-lock.json Basic structure of the project 2025-04-02 17:07:06 -03:00
package.json Basic structure of the project 2025-04-02 17:07:06 -03:00
README.md Install NodeJS, TypeScript, ExpressJS and ESLint 2025-04-01 17:58:14 -03:00
tsconfig.json Install NodeJS, TypeScript, ExpressJS and ESLint 2025-04-01 17:58:14 -03:00

ProjectMark-Rodrigo

Take home test for ProjectMark

Run the project

This project requires NodeJS version 19 or newer.

  • Install dependencies:
npm install

Start project:

npm run start