Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samiran2004/contact-manager


https://github.com/samiran2004/contact-manager

Last synced: about 2 months ago
JSON representation

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 Variables

To run this project, you will need to add the following environment variables to your .env file

`PORT`

`DATABASE_URI`

`JWT_KEY`

`SALT_ROUND`