A simple API built with Node.js and SQLite. Created a coffees
table.
- Install dependencies:
npm install
- Copy
.env.example
to.env
and configure your environment variables. - Seed the database:
npm run seed
- Start the development server:
npm run dev
Access the API at: http://localhost:3000/api/coffees