Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.02 KB

Taped It - API

Taped It allows you to send voice notes to your colleagues on Slack

This is Taped It's back end API, deployed via Heroku. You can visit the front-end here.

Getting started

git clone https://github.com/voice-notes/api.git
npm install
npm start

Visit http://localhost:4000/graphql in your browser to interact with your local database:

Testing

npm run cy:open

Technologies

Usage Technology
Languages: TypeScript, JavaScript
Server Environment: Node.js
Server: Apollo Server, Express
Database: MongoDB, Mongoose
Query Language: GraphQL
Testing: Cypress

Flow diagram