/book-crud-ts

Basic CRUD for books, using Express and Typescript

Primary LanguageTypeScript

Book CRUD API

Implementaion of CRUD for a Book model

Built With

  • Node
  • Express
  • MongoDB
  • Mongoose
  • Typescript

Quick Start

Clone the repo:

git clone https://github.com/Aphatheology/book-crud-ts.git
cd book-crud-ts

Install the dependencies:

yarn install

Set the environment variables:

cp .envExample .env

# open .env and modify the environment variables 

To run the project:

yarn run dev
# will run the server and watch for changes

npm run start
# will run the server without watching for changes

Thanks