/nodeSQLite

A simple API built with Node.js and SQLite. Created a `coffees` table.

Primary LanguageTypeScript

NodeSQLite 🚀

A simple API built with Node.js and SQLite. Created a coffees table.

Getting Started

  • 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

Technologies Used

  • Node.js
  • Express.js
  • SQLite
  • TypeScript
  • dotenv
  • nodemon
  • Sequelize