https://github.com/unusualabsurd/unusual-blogs
A sample blog website built using nextjs and mongodb
https://github.com/unusualabsurd/unusual-blogs
mongodb nextjs react react-blog website
Last synced: 28 days ago
JSON representation
A sample blog website built using nextjs and mongodb
- Host: GitHub
- URL: https://github.com/unusualabsurd/unusual-blogs
- Owner: UnusualAbsurd
- Created: 2022-02-12T05:08:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T13:18:49.000Z (over 4 years ago)
- Last Synced: 2025-06-28T00:03:09.778Z (11 months ago)
- Topics: mongodb, nextjs, react, react-blog, website
- Language: TypeScript
- Homepage:
- Size: 647 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a sample blog website ( WIP ) built using NextJS and MongoDB
## How to test
```
git clone https://github.com/UnusualAbsurd/unusual-blogs
cd unusual-blogs
npm install
npm run dev
```
## Environment Variables
```
COOKIE_SECRET=
MONGODB_URI=
MONGODB_NAME=
REDIS_ENDPOINT=
REDIS_PASSWORD=
```
- `COOKIE_SECRET` = Generate a 32 length cookie secret from https://1password.com/password-generator
- `MONGODB_URI` = The [MongoDB](https://mongodb.com) srv from your cluster
- `MONGODB_NAME` = The collection name of the database
- `REDIS_ENDPOINT` = Redis public endpoint
- `REDIS_PASSWORD` = Redis user default password
## HeadlessUI.dev [ Examples of tailwindcss components ( free ) ]
https://headlessui.dev