Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)