Skip to content

dev-nekko/NestJSProject

Repository files navigation

CRUD Project in NestJS

This project is focused on using NestJs services to generate an API that allows us to add, read and update a course dummy data.

Fase 1 🚀

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.

Requirements 📋

You need to have this:

Installation 🔧

Need to make sure that the Nest CLI (Command Line Interface) is installed on your system:

$ npm i -g @nestjs/cli

Later can be use this command in the following way to initiate a new NestJS project:

$ nest new my-nestjs-01

To start the the server you simply need to execute the following command within the project folder:

$ npm run start

Running the tests ⚙️

Run the code again and the result is the list of courses in JSON format

http://localhost:3000/courses

Autor ✒️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published