/simple-crud-operation

This is a simple crud operation with NestJs and React

Primary LanguageTypeScriptMIT LicenseMIT

simple-crud-operation

This is a simple crud operation with NestJs and React

Getting Started with the Backend

  1. Clone the git repository

     git clone https://github.com/efocoder/simple-crud-operation.git
  2. Application Url: https://crud-backend-7vvh.onrender.com/

Test Logins

email: test@test.com
Password: password

Swagger docs Url: https://crud-backend-7vvh.onrender.com/docs

  1. In order to run the application, you need to have Docker installed on your system.

    Run backend application Locally

   $ cd backend
   $ docker-compose up