Company catalog service
Route | Description |
---|---|
Companies | /companies?query=:query&specialities=:speciality1,:speciality2 |
Specialities | /specialities |
yarn install
- install the dependenciesyarn dev
- start on the localhost at3500
port
fastify
- maintainable and fast web-framework with good api@fastify/cors
- configures CORS on fastify
/config - files for configuration project modules
/src - files used by this application (modules, templates, logic)
/assets - mock data
/repository
/model - domain entities
/utils - helpers
/env - sets of constants for the app environment
env.ts
server.tsx - the main app
package.json - project configuration, contains project information, dependencies and settings
yarn.log - file fixing specific dependency numbers
README.md
<other root configuration files> - for example, jest.config.ts, .gitignore, ...