https://github.com/clinton-mwachia/express-starter-template
An ExpressJS starter template for your next API.
https://github.com/clinton-mwachia/express-starter-template
express nodejs server
Last synced: about 2 months ago
JSON representation
An ExpressJS starter template for your next API.
- Host: GitHub
- URL: https://github.com/clinton-mwachia/express-starter-template
- Owner: clinton-mwachia
- License: mit
- Created: 2023-11-20T05:13:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T09:20:37.000Z (4 months ago)
- Last Synced: 2026-03-06T13:44:57.383Z (4 months ago)
- Topics: express, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express Starter Template
[](https://nodejs.org/en)
[](https://expressjs.com/)
[](https://opensource.org/licenses/MIT)
## Features
- Shemas and Models.
- Routes.
- Authentication.
- Easy integration and extensibility to fit your project requirements.
## 🛠️ Built with:
- [NodeJS](https://nodejs.org/en)
- [Express](https://expressjs.com/)
## Getting Started
Follow these steps to get the project up and running on your local machine.
1. Clone this repository using `git clone https://github.com/clinton-mwachia/express-starter-template.git`.
2. create a `.env` file and add the following variables
- DB =
- PORT=
- SECRET=
- API=
2. Install dependencies using `npm install`.
3. Start the development server with `npm run dev`.
## Benchmark
`autocannon -c 100 -d 5 -p 10 http://127.0.0.1:4050/users`