CRUD NestJS Backend Example
Technologies | Getting started | Project | License
This project was developed using the following technologies:
Clone the project and access the folder
$ git clone https://github.com/Masterr115/NestJs-Crud-Backend.git && cd NestJs-Crud-Backend
Follow the steps below
# Install the dependencies
$ yarn install
# Define your .env credentials
# Start the project
$ yarn start
A basic backend system in NestJs using CRUD for users (Creation, update, find, findOne and delete), with non-relational database (MongoDB)
This project is licensed under the MIT License. See the LICENSE file for details.
Made with 💜 by André Contiero 👋