Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morshed33/express-v5
- Owner: morshed33
- Created: 2024-10-26T18:57:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:53:34.000Z (4 months ago)
- Last Synced: 2024-11-20T00:30:01.545Z (3 months ago)
- Topics: backend, error-handling, express, mern, template, typescript
- Language: TypeScript
- Homepage: https://express-v5.vercel.app/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```