https://github.com/nirmit27/nextjs-topics-app
A simple webapp for sharing topics. 📝
https://github.com/nirmit27/nextjs-topics-app
api approuter backend crud crud-application database mongodb nextjs nextjs14 react tailwindcss typescript
Last synced: 4 months ago
JSON representation
A simple webapp for sharing topics. 📝
- Host: GitHub
- URL: https://github.com/nirmit27/nextjs-topics-app
- Owner: nirmit27
- License: mit
- Created: 2024-05-20T10:09:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-21T03:32:04.000Z (5 months ago)
- Last Synced: 2025-01-21T04:25:03.596Z (5 months ago)
- Topics: api, approuter, backend, crud, crud-application, database, mongodb, nextjs, nextjs14, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD Topics
This is a simple web application that lets the users **create**, **read**, **update** and **delete** topics. 📝
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Preview
### Home page
### Creating a new topic
### Updating an existing topic
