/notes_backend

Personal project to manage notes

Primary LanguageTypeScript

Notes backend

This is a personal project to manage differents types of notes.

Prerequisites

  • node >=18.x.x
  • npm >=9.0.0
  • Docker
  • Docker-compose

Step by Step with Docker

  1. Copy .env.example to .env

    cp .env.example .env
  2. Start the project with docker-compose!

    docker-compose up -d

Services

Step by Step without Docker

  1. Copy .env.example to .env

    cp .env.example .env
  2. Update .env file with yours variables

  3. Install packages with npm

    npm install
  4. Run server on develop environment.

    npm run dev