Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jane-does-coding/events


https://github.com/jane-does-coding/events

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Events Website

Screenshot 2024-06-22 at 1 46 12 PMScreenshot 2024-06-22 at 1 47 42 PM

Screenshot 2024-06-22 at 1 47 50 PMScreenshot 2024-06-22 at 1 48 01 PM

## Technologies used

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,prisma,mongodb,nextjs,react,github,git)](https://skillicons.dev)

## Demo

[Events Site - Live Demo](/)

## Run Locally

Clone the project

```bash
git clone https://github.com/jane-does-coding/cooking-website
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm i
```

Add .env

```bash
DATABASE_URL=
NEXTAUTH_SECRET=
```

Start the server

```bash
npm run dev
```