Skip to content

A web app that lets users search for animals and find out more about an animal's background and taxonomic ranks in the animal kingdom

License

Notifications You must be signed in to change notification settings

itskarelleh/animal-kingdom-database

Repository files navigation

Animal Kingdom Database

A web app allows users to search about animals and learn more about their classifications such as phylum, class, order, and more.

Stack

  • Next.js - Full-Stack
  • Tailwind - Utility CSS framework
  • Shadcn - Components using Tailwind CSS
  • PostgreSQL - SQL Database
  • Prisma - ORM
  • GraphQL - API
  • TypeScript - Programming language

Setting Up Locally

Prerequisites

  • Postgresql 16+
  • Node.js 18

First, clone this repository Then, you can open the terminal on your machine and navigate to the cloned repo's root directory. Next, make a .env.local file from the .env.example file and fill in the variables in the new .env.local file Now, run this command

  npm install
  or
  yarn install
  or
  pnpm install

Finally, you can run the project by using the command:

npm run dev
or
yarn run dev
or
pnpm run dev

Contributing

Contributions to this repository are most welcome. To get started, please read the guide here: Contributing

If you have any questions, feel free to reach out to me at karellehofler@outlook.com or DM me on Twitter/X @itskarelleh.

About

A web app that lets users search for animals and find out more about an animal's background and taxonomic ranks in the animal kingdom

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published