A backend clone project of the The Rick and Morty API, star the project here.
The Rick and Morty API is a RESTful API based on the television show Rick and Morty. The Rick and Morty API is filled with canonical information as seen on the TV show.
Check out the documentation to get started
pnpm install
cp -r .env.template .env
docker-compose up -d
# Start dev server
pnpm dev
# On another terminal
curl --request POST --url http://localhost:4000/seed
# Controllers And Services
pnpm test
# REST API
pnpm test:e2e
Check the code of the website