Skip to content

Commit

Permalink
merge resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
priyam-03 committed Sep 16, 2024
2 parents da4dca9 + 75e4364 commit 4d7df34
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Incident Map
# Landslides Map

Incident Map is a web application that visualizes incidents on a map, allowing users to filter incidents by state, month, and year. The project is built using Next.js, TypeScript, Prisma, TailwindCSS, and MongoDB.

Expand Down Expand Up @@ -27,6 +27,7 @@ Incident Map is a web application that visualizes incidents on a map, allowing u
- **Prisma**: ORM (Object-Relational Mapping) for connecting to MongoDB.
- **MongoDB**: NoSQL database for storing incident data.
- **TailwindCSS**: Utility-first CSS framework for styling.
- **Vercel**: For Deployment.

## Setup Instructions

Expand Down Expand Up @@ -98,24 +99,6 @@ yarn dev

This command starts the Next.js development server on `http://localhost:3000`.

## Folder Structure

```plaintext
.
├── prisma # Prisma schema and migrations
│ └── schema.prisma # Prisma schema file
├── public # Public assets and static files
├── src
│ ├── pages # Next.js pages
│ ├── components # React components
│ ├── styles # TailwindCSS styles and configurations
│ ├── lib # Utility functions and database connections
│ └── prisma # Prisma client setup
├── .env # Environment variables
├── next.config.js # Next.js configuration file
├── tailwind.config.js # TailwindCSS configuration file
└── tsconfig.json # TypeScript configuration file
```

## Contributing

Expand Down

0 comments on commit 4d7df34

Please sign in to comment.