Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/book-keeper
This is a full stack project built with React (TypeScript), Node.js, and MongoDB.
https://github.com/karamanburak/book-keeper
mongodb nodejs reactjs tailwindcss typescript
Last synced: 2 days ago
JSON representation
This is a full stack project built with React (TypeScript), Node.js, and MongoDB.
- Host: GitHub
- URL: https://github.com/karamanburak/book-keeper
- Owner: karamanburak
- Created: 2024-06-17T14:49:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T13:30:15.000Z (5 months ago)
- Last Synced: 2024-07-03T00:23:13.847Z (5 months ago)
- Topics: mongodb, nodejs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://book-keeper-fs.vercel.app/
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Project
[book-keeper Live](https://book-keeper-fs.vercel.app/)
## Introduction
This project is a full stack web application that uses a React frontend with TypeScript, a Node.js backend, and a MongoDB database. It demonstrates a typical setup for a modern web application with client-server architecture.
## Features
- CRUD operations for book data
- Responsive design
- RESTful API
## Technologies
### Frontend
- React
- TypeScript
- Axios (for API requests)
- React Router (for navigation)
- Tailwind CSS (for styling)
### Backend
- Node.js
- Express
- MongoDB
- Mongoose (for MongoDB object modeling)
- CORS (Cross-Origin Resource Sharing)## Getting Started
### Prerequisites
- Node.js (v14 or later)
- npm (v6 or later) or yarn
- MongoDB (running locally or MongoDB Atlas)