A simple Node.js Express API for managing contacts.
This project's source code was initially created by Emmanuel Henri, a course tutor at Lynda.com. Updates or modifications were carried out by Emmanuel Sekyere, facilitator for TypeScript Fridays at Facebook Developer Circles: Accra
- Clone the repo and install dependencies
yarn install
# or npm
npm run install
- Create a
.env
file in the root repository and copy over the contents from.env.example
. Assign the respective values to the variables
- Run the project locally with:
# yarn yarn dev # or npm npm run dev
- To use with Postman, you can import
postman/collection.json
file.- If you're using a different port (not 4000), edit the collection in postman - choose
Variables
tab and update URL value with the new port.
- If you're using a different port (not 4000), edit the collection in postman - choose