Skip to content

ApolloEagle/notes-app

Repository files navigation

Notes App

An app that will allow a user to create, update, delete, and search notes.

demo

Getting Started

Installing Locally

After cloning the repo, run the following commands:

cd notes-app
npm i

Running Locally

To run locally, run the following command:

npm run dev

Notes

This project includes initial setup for API routes for notes in src/pages/api/notes