Skip to content

Latest commit

History

History
94 lines (77 loc) 路 2.93 KB

README.md

File metadata and controls

94 lines (77 loc) 路 2.93 KB

clean arch-cat 馃樇

Robust API built in Nest, with TDD, DDD, Clean Architecture standards, aiming to deliver a forum application where instructors and students can ask questions, answer and attach documents.

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

API developed with Node.js, Nest.js and Prisma. 馃挸

Built With

This project was developed using the following technologies:

  • Node
  • Nest

Getting Started

Prerequisites for installing and running the application locally.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/andrewgerez/clean-archcat.git
  2. Install NPM packages
    npm install
  3. Docker setup
    docker-compose up -d
    
  4. Run the local server
    npm run dev
    

Contact

Andrew Gerez - Linkedin - [email protected]

Project Link: https://github.com/andrewgerez/clean-archcat