Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samiran2004/contact-manager
https://github.com/samiran2004/contact-manager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samiran2004/contact-manager
- Owner: Samiran2004
- Created: 2024-02-26T13:28:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T04:56:57.000Z (10 months ago)
- Last Synced: 2024-03-02T05:35:27.678Z (10 months ago)
- Language: JavaScript
- Homepage: https://contact-manager-eight.vercel.app
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Manager
This is a Contact Manager Backend Project
![Logo](https://website-assets-fw.freshworks.com/attachments/cjuwek45n01w4ztg0bh9cvq4q-contact-management-software.one-half.png)
## Tech Stack
**Server:** Node, Express
**Database:** MongoDb
## Authors
- [@github](https://github.com/Samiran2004)
- [@linkdin](www.linkedin.com/in/samiransamanta)
## Features- Create a new contact (https://contact-manager-ucw4.onrender.com/api/contacts/create-contact)
- Get all contacts (https://contact-manager-ucw4.onrender.com/api/contacts/get-all-contacts)
- Get a contact by contact id (https://contact-manager-ucw4.onrender.com/api/contacts/:id)
- Update a contact (https://contact-manager-ucw4.onrender.com/api/contacts/update/:id)
- Delete a contact (https://contact-manager-ucw4.onrender.com/api/contacts/delete/:id)
- SignUp a user (https://contact-manager-ucw4.onrender.com/api/user/register)
- Login a user (https://contact-manager-ucw4.onrender.com/api/user/login)
- View current user detials (https://contact-manager-ucw4.onrender.com/api/user/current-user-detials)
## Environment VariablesTo run this project, you will need to add the following environment variables to your .env file
`PORT`
`DATABASE_URI`
`JWT_KEY`
`SALT_ROUND`