Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 698 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 698 Bytes

Bears API

Taking "Bearmentor" further, this project tries to make an analogy of learning fullstack web development as bear roaming around a forest.

This is a sleuth of bears:

A sleuth of bears

Available Resources

  • /bears, self-explanatory
  • /sleuths, a group of bears
  • /forests, where sleuths happen

Development

To run the web app and database inside containers:

docker compose up --watch --build

Then you can do migrations with:

bunx drizzle-kit push

You can also populate the database with:

bun src/seed.ts

Then visit http://127.1:3000