- @types/cors
- @types/express
- @types/jest
- @types/node
- @types/pg
- @types/supertest
- axios
- jest
- nodemon
- prisma
- supertest
- ts-jest
- ts-node
- typescript
Test Jest is a back-end application on tests,API REST FULL.
- Create Meme.
- Order Memes by User id.
To run this project, you will need to add the following environment variables to your .env file
DATABASE_URL = postgres://UserName:Password@Hostname:5432/DatabaseName
PORT = number #recommended:5000
Clone the project
git clone
Go to the project directory
cd projet
Install dependencies
npm install
Start the server
npm run dev
Run tests
npm test