/next-todo-api

API for Next Todo, a project made with Next.js (https://github.com/fatihege/next-todo).

Primary LanguageJavaScript

This project is the API for the Next Todo project.

Run the application

Run the development server:

$ npm run dev

Or run the production server:

$npm npm run start

Open http://localhost:8000 (default port is 8000) with your browser to see the result.