Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleg-prikhodko/cat-rancher
sample crud app
https://github.com/oleg-prikhodko/cat-rancher
Last synced: 21 days ago
JSON representation
sample crud app
- Host: GitHub
- URL: https://github.com/oleg-prikhodko/cat-rancher
- Owner: oleg-prikhodko
- Created: 2021-12-24T18:18:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T12:39:59.000Z (almost 3 years ago)
- Last Synced: 2024-11-19T22:51:28.380Z (about 2 months ago)
- Language: TypeScript
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
React/Express CRUD app based on test assignment. Super basic Express & SQLite backend (just to make it work).
A couple of React components to view/edit cat info.## Setup locally
Use _nginx_ with .conf file to avoid CORS problems. Put appropriate env values to .env files (client/server).
And then launch both _start_ npm script.