Skip to content

octapf/cocktail-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocktail App Backend

Description

The server to a Wiki App to learn about the most famous cocktails in the world

Build with

  • Typescript
  • Node
  • Express
  • Mongo
  • Vercel

Getting Started

Installing & Excecuting

  1. Clone the repo

    git clone https://github.com/octapf/cocktail-app-backend.git
  2. Install NPM packages

    npm install
  3. Run the project

    npm run dev

Help

Contact [email protected]

Authors

Contributors names and contact info

ex. Octavio Frangipani ex. /octapf

Version History

  • 0.1
    • Initial Release

Endpoints:

  • /products

    • getProducts 🆗
    • getProductById 🆗
    • createProduct 🆗
    • updateProductFieldById 🆗
    • deleteProductById 🆗
  • /users

    • getUsers 🆗
    • getUserById 🆗
    • createUser 🆗
    • updateUserFieldById 🆗
    • deleteUserById 🆗

Releases

No releases published

Packages

No packages published