An open API service indexing awesome lists of open source software.

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

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