Directory dedicated to API of FeedGet project.
The web project was developed using Node.js and Express.js.
* 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.
npm run dev:docker
npm run test
npm run test:watch
npx prisma migrate dev
npm run studio