# Fishing Logbook - Backend
This repository holds the backend code for the Fishing Logbook app. The server is built with Node.js and Express.js, providing a RESTful API for managing fishing logs, user authentication, and related data. MongoDB is used as the database.
## **Reset Database**
Create migration file `npx prisma migrate dev`
Run `npx prisma migrate reset`
## **Quick Start**
1. **Installation**: Clone the repository and install dependencies with:
```bash
npm install
# or
yarn install
npx prisma generate
## Running the Server
npm run dev
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|