Skip to content

anjali-dhanuka/visiting-card-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

visiting-card-backend

Backend server for the Visiting Card project

The work of the this server is to store the data of the visiting-card-android App.The Tech Stack decided for this server is Django , so the main objective of is to create a Restful Web Service(Rest Api) in Django which should be able to perform operation like :-

  • GET operation -To Retrieve data/Information and will return a list of visiting cards
  • PUT operation - To modify an already stored Visiting Card
  • POST operation - To store a new Visiting Card
  • DELETE operation - To Delete a Visiting Card

This Restful Web Service(Rest Api) will be later on integrated with the Visiting Card App and will handle the complete backend of the visiting-card-android App.

About

Backend server for the Digital Business Card project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%