Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morshed33/express-v5


https://github.com/morshed33/express-v5

backend error-handling express mern template typescript

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

### Express v5 - Typescript

This is a simple Express version 5 application with Typescript with Error Handling.

### Getting Started

1. Clone the repository
2. Install dependencies
3. Run the application
4. Open the application in your browser

### Cloning & Installation
```bash
git clone https://github.com/morshed33/express-v5.git
```

```bash
bun install
```

### Running the application

copy the following variables to your .env file

```bash
NODE_ENV=development
PORT=8000
MONGO_URI= YOUR_MONGODB_URI
```

run the application

```bash
bun run dev
```

### Opening the application in your browser

```bash
http://localhost:8000
```

### Linting

```bash
bun run lint
```