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

https://github.com/dev-siri/nxt-post

NXT Post is an online blogging platform similar to Medium or Dev.to.
https://github.com/dev-siri/nxt-post

Last synced: 12 months ago
JSON representation

NXT Post is an online blogging platform similar to Medium or Dev.to.

Awesome Lists containing this project

README

          

# NXT-Post

NXT Post is an online blogging platform similar to Medium or Dev.to.

This isn't anything special on its own. I made this to try and learn SQL databases (Postgres) and how they work. This project uses @vercel/postgres.

## Getting Started

- Clone the repository

```sh
$ git clone https://github.com/Dev-Siri/NXT-Post.git
```

- Install the dependencies

```sh
$ pnpm i
```

- Run the dev server

```sh
$ pnpm dev
```

## License

This project is MIT Licensed, see [LICENSE.md](LICENSE.md)