Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 398 Bytes

File metadata and controls

12 lines (8 loc) · 398 Bytes

Noteify Server

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.