Skip to content

iscreamvann/fishing-logbook-backend

Repository files navigation

Backend README

# 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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published