Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thandaanda/sitemate-challenge

sitemate-challenge
https://github.com/thandaanda/sitemate-challenge

Last synced: 16 days ago
JSON representation

sitemate-challenge

Awesome Lists containing this project

README

        

# Sitemate Challenge

This is a simple web application built using Next.js. It allows user to create, edit, delete and view issues.

# Deployed on Vercel

[https://sitemate-challenge.vercel.app/](https://sitemate-challenge.vercel.app/)

## Getting Started

Add your MongoDB connection string to the .env.local file in the root directory.

```bash
MONGODB_URI=your_mongodb_connection_string
```

First, run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Tech Stack

- Next.js
- React
- Typescript
- MongoDB