Skip to content

Files

Latest commit

 

History

History
24 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 450 Bytes

NoteKeeper-back

My first Back-end project


This is the back end of a note keeper app, using the technologies described below:

  • Using PostgreSQL as DataBase using Prisma ORM.

  • Javascript in NodeJs to run the scripts.

  • Using docker to run postgres db server.



To run the docker use: Docker Compose up -d in the directory of this project.

Make sure to create and configure .env variables.