https://github.com/derrickmstrong/hotplate_node-express-api
Node.js + Express.js API
https://github.com/derrickmstrong/hotplate_node-express-api
expressjs nodejs rest-api
Last synced: 3 months ago
JSON representation
Node.js + Express.js API
- Host: GitHub
- URL: https://github.com/derrickmstrong/hotplate_node-express-api
- Owner: derrickmstrong
- Created: 2022-03-06T01:08:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T00:36:47.000Z (about 4 years ago)
- Last Synced: 2025-10-25T03:35:40.349Z (8 months ago)
- Topics: expressjs, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Custom Node + Express API boilerplate
This is a custom boilerplate that I created to quickly spin up a Node/Express project.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About The Project
This is a custom boilerplate that I created to quickly spin up a Node/Express project.
### Built With
* [Node.js](https://nodejs.dev/)
* [Express.js](https://expressjs.com/)
## Getting Started
### Prerequisites
To begin, be sure you have the latest version of npm.
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/derrickmstrong/hotplate_node-express-api.git
```
2. Install NPM packages
```sh
npm install
```
3. Start server
```sh
npm start
```
3. Start localhost
```sh
http://localhost:8080
```
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Clone the Project
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request
## License
See `LICENSE.txt` for more information.
## Contact
Derrick Strong - [@dmstr0ng](https://twitter.com/dmstr0ng)
Project Link: [https://github.com/derrickmstrong/hotplate_node-express-api](https://github.com/derrickmstrong/hotplate_node-express-api)
[contributors-shield]: https://img.shields.io/github/contributors/derrickmstrong/hotplate_node-express-api.svg?style=for-the-badge
[contributors-url]: https://github.com/derrickmstrong/hotplate_node-express-api/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/derrickmstrong/hotplate_node-express-api.svg?style=for-the-badge
[forks-url]: https://github.com/derrickmstrong/hotplate_node-express-api/network/members
[stars-shield]: https://img.shields.io/github/stars/derrickmstrong/hotplate_node-express-api.svg?style=for-the-badge
[stars-url]: https://github.com/derrickmstrong/hotplate_node-express-api/stargazers
[issues-shield]: https://img.shields.io/github/issues/derrickmstrong/hotplate_node-express-api.svg?style=for-the-badge
[issues-url]: https://github.com/derrickmstrong/hotplate_node-express-api/issues
[license-shield]: https://img.shields.io/github/license/derrickmstrong/hotplate_node-express-api.svg?style=for-the-badge
[license-url]: https://github.com/derrickmstrong/hotplate_node-express-api/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/derrickmstrong
[product-screenshot]: images/screenshot.png