Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serkan-ucakcioglu/node.js-react-typescript-crud
Node.js React Typscript Crud React SWR
https://github.com/serkan-ucakcioglu/node.js-react-typescript-crud
cors dotenv mongodb mongoose nodejs react react-hook-form swr tailwind typescript
Last synced: 15 days ago
JSON representation
Node.js React Typscript Crud React SWR
- Host: GitHub
- URL: https://github.com/serkan-ucakcioglu/node.js-react-typescript-crud
- Owner: Serkan-Ucakcioglu
- Created: 2023-02-23T12:51:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T14:44:57.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T16:07:05.553Z (15 days ago)
- Topics: cors, dotenv, mongodb, mongoose, nodejs, react, react-hook-form, swr, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-JS-React-TypeScript-Crud
### About
npm install
cd backend
You need to create an Env file and make a mongo connection.
npm start### List
### Add
### Update
### Delete