https://github.com/pr4j3sh/express
Express Js REST APIs template
https://github.com/pr4j3sh/express
api backend express frames nodejs server template
Last synced: 5 months ago
JSON representation
Express Js REST APIs template
- Host: GitHub
- URL: https://github.com/pr4j3sh/express
- Owner: pr4j3sh
- License: mit
- Created: 2024-11-05T18:26:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-24T10:54:48.000Z (11 months ago)
- Last Synced: 2025-02-24T11:42:11.913Z (11 months ago)
- Topics: api, backend, express, frames, nodejs, server, template
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Express
This is an express js template, pre-integrated with utilities, so that you can focus on creating API(s).
## Usage
- Clone using `@pr4j3sh/frames`
```bash
npm create @pr4j3sh/frames@latest express myapi
```
- Run using `dev`
```bash
npm run dev
```
## References
- [ExpressJs Documentation](https://expressjs.com/en/starter/hello-world.html)
- [@pr4j3sh/frames](https://github.com/pr4j3sh/frames)