An open API service indexing awesome lists of open source software.

https://github.com/duynghiadev/restful-api-vercel

Mock API for project task-management
https://github.com/duynghiadev/restful-api-vercel

json-server vercel

Last synced: 2 months ago
JSON representation

Mock API for project task-management

Awesome Lists containing this project

README

          

# RESTful API with JSON Server for Vercel

# Project Setup Guide

To run the project, follow these steps:

1. **Open two terminals**:

- In the first terminal, run the following command to start the mock API:
- In folder `database`, run:
```bash
npm start
```
- In the second terminal, run the following command to start the development server:
```bash
npm run dev
```

2. **About the Mock API**:
- The todo items are stored in the `mock` folder, which serves as a mock API folder for simulating backend interactions.