This repository contains the server code for Noteify. Noteify is an application that allows you to create notes and read them later.
Noteify's server is RESTful API that uses the following tech stack:
- TypeScript
- NESTJS
- MongoDB
- Mongoose
It is called by the Noteify client React App.