Skip to content

Commit

Permalink
Release v1.0.1 - Bump M-UI v5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Oct 25, 2021
1 parent 62683a6 commit 8c0340b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Change Log

## [1.0.1] 2021-10-25
### Improvements

- Bump UI: Berry v3.0.0
- M-UI version v5.0.0

## [1.0.0] 2021-08-25
### Initial Release

- Implements [Unified API Interface](https://docs.appseed.us/boilerplate-code/api-server/api-unified-definition) - Compatible API servers:
- [Node JS API](https://docs.appseed.us/boilerplate-code/api-server/node-js) (Free & PRO)
- [Flask API](https://docs.appseed.us/boilerplate-code/api-server/flask) (Free & PRO)
- [Django API](https://docs.appseed.us/boilerplate-code/api-server/django) (Free & PRO)
- UI: Berry Dashboard PRO
- Version 2.0.0
- Release Timestamp: 2021-08-05


- Implements [Unified API Interface](https://docs.appseed.us/boilerplate-code/api-server/api-unified-definition) - Compatible API servers:
- [Node JS API](https://docs.appseed.us/boilerplate-code/api-server/node-js) (Free & PRO)
- [Flask API](https://docs.appseed.us/boilerplate-code/api-server/flask) (Free & PRO)
- [Django API](https://docs.appseed.us/boilerplate-code/api-server/django) (Free & PRO)
- UI: Berry Dashboard PRO
- Version 2.0.0
- Release Timestamp: 2021-08-05
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ Berry is developer-friendly & highly customizable React Admin Template based on

<br />

- [Full-stack React Berry PRO](https://appseed.us/full-stack/react-berry-dashboard) - product page
- [Full-stack React Berry PRO](https://fullstack-react-berry-dashboard.appseed-srv1.com/) - LIVE Demo
- [Full-stack React Berry PRO](https://appseed.us/full-stack/react-berry-dashboard) - product page
- [Full-stack React Berry PRO](https://fullstack-react-berry-dashboard.appseed-srv1.com/) - LIVE Demo

<br />

> Features
- Modern aesthetics Material-UI design - Designed by [CodedThemes](https://codedthemes.com/)
- M-UI version:
- React, Redux, Redux-persist
- Authentication: JWT Login/Register/Logout
- For a complete full-stack experience, the product can be used with:
- [Django API Server](https://docs.appseed.us/boilerplate-code/api-server/django) - open-source product
- [Flask API Server](https://docs.appseed.us/boilerplate-code/api-server/flask) - open-source product
- [Node JS API Server](https://docs.appseed.us/boilerplate-code/api-server/node-js) - open-source product / Typescript / SQLite / TypeORM / Joy for validation
- [Node JS API Server PRO](https://github.com/app-generator/api-server-nodejs-pro) - **commercial product**
- SQLite / TypeORM / Joy / Docker
- MongoDB / Mongoose / Joy Docker (separate branch, same project)
- SQLite / TypeORM / Joy / Docker
- MongoDB / Mongoose / Joy Docker (separate branch, same project)

<br />

Expand Down Expand Up @@ -54,7 +55,7 @@ $ yarn
**Step #3** - Start in development mode

```bash
$ npm run start
$ npm run start
// OR
$ yarn start
```
Expand All @@ -63,9 +64,9 @@ $ yarn start

## Configure the backend server

The product comes with a usable JWT Authentication flow that provides only the basic requests: login/logout/register.
The product comes with a usable JWT Authentication flow that provides only the basic requests: login/logout/register.

**API Server URL** - `src/config.js`
**API Server URL** - `src/config.js`

```javascript
const config = {
Expand All @@ -76,15 +77,15 @@ const config = {

<br />

> **API Descriptor**
> **API Descriptor**
The product uses implements a **Unified API definition** exposed by all API servers crafted by AppSeed. For more information, please access the official documentation:

- All [API Servers](https://docs.appseed.us/boilerplate-code/api-server) - the full index
- [Unified API Definition](https://docs.appseed.us/boilerplate-code/api-server/api-unified-definition) - methods implemented accross all servers

- All [API Servers](https://docs.appseed.us/boilerplate-code/api-server) - the full index
- [Unified API Definition](https://docs.appseed.us/boilerplate-code/api-server/api-unified-definition) - methods implemented accross all servers

<br />

---

Berry React PRO - Provided by [CodedThemes](https://codedthemes.com/) and **AppSeed [App Generator](https://appseed.us/app-generator)**.

0 comments on commit 8c0340b

Please sign in to comment.