Skip to content

quien697/CoffeeOrderAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeOrderAPI

  1. It's a simple API practice project with REST API.
  2. No database for now.

Technologies used

  1. Express: It's a free and open-source web application framework for Node.js and used for designing and building web application quickly and easily.
  2. REST API: It's a specific type of API that follows these guidelines.

Other Dependencies

  1. Nodemon: The main feature of this library is that the application will automatically restart when your code changes

Other Info

  • There is a CoffeeOrder.paw file inside of the others folder. That is using RapidAPI tool to test api.

Getting Started

First, install all the packages:

npm install

Then, run the development server:

node app.js

Or using Nodemon to run:

nodemon app.js
# or
npm start

Open http://localhost:3001 with your browser to see the result.

About

It's a simple API practice project with REST API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors