Skip to content

caiotheodoro/taxonhub_2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taxonhub_2022

A information collector about species.

How to run

Backend

Run docker-compose to instantiate a postgresql container

docker-compose up --build -d

Install dependencies

yarn

Run the database migrations

yarn prisma generate
yarn prisma migrate deploy

Run the project

yarn dev

Frontend

Install dependencies

yarn

Run the project

yarn start

About

A information collector about species.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • CSS 1.9%
  • Other 1.0%