Skip to content

In the Main branch we have the system with typeORM, tests, Generic Repository, Dependency Injection. On the other branches, a simpler version with Sequelize in JS and TS, still under construction.

Notifications You must be signed in to change notification settings

luizcurti/music-artist

Repository files navigation

music-artist

Before booting the system, run "yarn install"

To run the unit tests "yarn test"

You need docker to run the application

You can use the container with docker-compose up

Open a new terminal and enter the music-song directory

Run yarn typeorm migrations:run to create the table

The route for testing the api is: http://localhost:3005/api/music/

The file "MUSIC.postman_collection.json" contains the routes for testing in Postman

About

In the Main branch we have the system with typeORM, tests, Generic Repository, Dependency Injection. On the other branches, a simpler version with Sequelize in JS and TS, still under construction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published