https://github.com/citguru/store-ordering-api
Store ordering api
https://github.com/citguru/store-ordering-api
Last synced: 9 months ago
JSON representation
Store ordering api
- Host: GitHub
- URL: https://github.com/citguru/store-ordering-api
- Owner: CITGuru
- Created: 2020-05-02T11:53:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T16:02:39.000Z (about 3 years ago)
- Last Synced: 2025-03-23T18:54:20.203Z (10 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food Ordering API with Node.js
Food ordering API.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
* Download [Node](https://nodejs.org/en/) and npm
* `npm install` to install all our node dependencies
## Running the server
* run `npm start` to start the server.
## Built With
* [Express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js
* [Node.js](https://nodejs.org/en/) - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.]