Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thandaanda/sitemate-challenge
sitemate-challenge
https://github.com/thandaanda/sitemate-challenge
Last synced: 16 days ago
JSON representation
sitemate-challenge
- Host: GitHub
- URL: https://github.com/thandaanda/sitemate-challenge
- Owner: thandaanda
- Created: 2023-10-05T07:12:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:15:40.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:46:47.535Z (2 months ago)
- Language: TypeScript
- Homepage: https://sitemate-challenge.vercel.app
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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