@digoch/backend
v1.1.0
Published
Backend utilities and API clients for the data-bridge app.
Downloads
5
Readme
Phonebook Backend
This is a Node.js + Express backend for the phonebook app. It will connect to a SQL Server database and provide RESTful endpoints for contacts.
Getting Started
- Install dependencies:
npm install - Start the server:
The server will run on http://localhost:3001 by default.npm run dev
Endpoints
GET /api/contacts— List all contacts (sample data for now)
Next Steps
- Connect to SQL Server
- Implement full CRUD for contacts
- Add authentication (optional)
