Skip to content

bc2mighty/saleschamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to sales champ

Its a basic crud for address management written in Nodejs, MongoDB and of course TypeScript

Installation

*UPDATE the .env file with your desired mongoose DB URL or use the one provided *RUN the following command *yarn install *yarn dev *The latter command starts the server while the former installs the dependencies

Features Covered

*GET /address - Returns all available addresses *POST /address - Creates new address *GET /address/{id} - Returns specific address *PATCH /address/{id} - Modifies specific address *DELETE /address/{id} - Permanently removes specific address *Basic Redis caching

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published