The server to a Wiki App to learn about the most famous cocktails in the world
- Typescript
- Node
- Express
- Mongo
- Vercel
-
Clone the repo
git clone https://github.com/octapf/cocktail-app-backend.git
-
Install NPM packages
npm install
-
Run the project
npm run dev
Contact [email protected]
Contributors names and contact info
ex. Octavio Frangipani ex. /octapf
- 0.1
- Initial Release
-
/products
- getProducts 🆗
- getProductById 🆗
- createProduct 🆗
- updateProductFieldById 🆗
- deleteProductById 🆗
-
/users
- getUsers 🆗
- getUserById 🆗
- createUser 🆗
- updateUserFieldById 🆗
- deleteUserById 🆗