Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.29 KB

CRUD NestJS Backend Example


Technologies   |    Getting started   |    Project   |    License



🧪 Technologies

This project was developed using the following technologies:

🚀 Getting started

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

💻 Project

A basic backend system in NestJs using CRUD for users (Creation, update, find, findOne and delete), with non-relational database (MongoDB)

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with 💜 by André Contiero 👋