Implementaion of CRUD for a Book model
- Node
- Express
- MongoDB
- Mongoose
- Typescript
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