Skip to content

Latest commit

 

History

History

api

feedget-api

Directory dedicated to API of FeedGet project.


About

The web project was developed using Node.js and Express.js.

Running

* To run this project, you must install the dependencies listed in the main README.md located in the root directory. You can run the web project locally from the root directory or by running it here.

* After installing the dependencies, you can run the project by the commands listed below.

Start Development Mode

npm run dev:docker

Run tests

npm run test

Run tests in watch mode

npm run test:watch

Prisma - Create Migration

npx prisma migrate dev

Prisma Run Studio

npm run studio

Techs