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

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

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)