Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killyougutsxxx/crud-simple-next
Simple cash entry crud, using NextJS + JSON Server
https://github.com/killyougutsxxx/crud-simple-next
ant-design antd crud docker docker-compose json json-server nextjs nextjs13 shell-script simple-cash-entry typescript
Last synced: about 1 month ago
JSON representation
Simple cash entry crud, using NextJS + JSON Server
- Host: GitHub
- URL: https://github.com/killyougutsxxx/crud-simple-next
- Owner: KILLYOUGUTSXXX
- License: gpl-3.0
- Created: 2023-07-10T18:03:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T02:57:08.000Z (over 1 year ago)
- Last Synced: 2024-11-11T11:20:42.503Z (3 months ago)
- Topics: ant-design, antd, crud, docker, docker-compose, json, json-server, nextjs, nextjs13, shell-script, simple-cash-entry, typescript
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cash Entry - Next Crud Examples
Simple cash entry crud, using next + json server## Installation
- **clone repository :**
```bash
git clone https://github.com/KILLYOUGUTSXXX/crud-simple-next.git
```- **build docker images :**
```bash
docker-compose build
```
- **build & run containers :**
```bash
docker-compose up -d && docker-compose logs app --follow
```
**Service Access :**[localhost:7559](localhost:7559) / [183.77.86.1:7559](177.89.33.1:7559)
## Tech Stack
[![My Skills](https://skillicons.dev/icons?i=next,nodejs,docker,bash,ts,js)](https://skillicons.dev)