https://github.com/k-stopczynska/vet-blog
Blog page for a client
https://github.com/k-stopczynska/vet-blog
mongodb-atlas nextjs prisma-orm
Last synced: 3 months ago
JSON representation
Blog page for a client
- Host: GitHub
- URL: https://github.com/k-stopczynska/vet-blog
- Owner: k-stopczynska
- Created: 2023-09-21T12:29:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T13:09:17.000Z (over 1 year ago)
- Last Synced: 2024-04-28T06:28:58.656Z (about 1 year ago)
- Topics: mongodb-atlas, nextjs, prisma-orm
- Language: JavaScript
- Homepage: https://wypranyzempatii.netlify.app
- Size: 63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Veterinarian Blog
Blog for veterinarian, about work, life, games, RPGs, animals.
## Tech Stack
**Client:** NextJS, TailwindCSS
**Server:** NextJS, ORM: Prisma
**DB:** MongoDB
## Features
- Owner can add new posts
- Featured section is dynamic, and links to the last post
- Pagination on main page
- Reader can browse through posts by categories
- Logged in reader can add comments
- Contact page links to socials or opens mail client
- Logging in by Google account## Screenshots






## Run Locally
Clone the project
```bash
git clone https://github.com/k-stopczynska/vet-blog.git
```Go to the project directory
```bash
cd vet-blog
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Demo
https://wypranyzempatii.netlify.app
## Authors
- [@k-stopczynska](https://www.github.com/k-stopczynska)