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

https://github.com/akshaypx/blog-portal

A blog app with authentication, authorization, admin actions and master portal, using react, typescript, zustand, json-server for api, routing.
https://github.com/akshaypx/blog-portal

Last synced: 3 months ago
JSON representation

A blog app with authentication, authorization, admin actions and master portal, using react, typescript, zustand, json-server for api, routing.

Awesome Lists containing this project

README

        

# Blog Portal

A blog app with authentication, authorization, admin actions and master portal, using react, typescript, zustand, json-server for api, routing.

## Installation

after clone do these

```bash
cd blog-portal
npm i
npm run serve
```
in another terminal

```bash
npm run dev
```