ricardovasconcelos / mia-engine

The backend of a region tracker with cases of people infected with an infectious disease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



About This Project

This project is the backend of a region tracker with cases of people infected with an infectious disease such as covid-19

Technologies

  • โœ”๏ธ Node Js
  • ๐Ÿ’™ Typescript
  • ๐Ÿ”ฅ Typeorm
  • ๐Ÿ˜ Postgres
  • ๐Ÿณ Docker

Getting started

  1. Clone this repo using git@github.com:ricardovasconcelos/mia-engine.git
  2. Move yourself to the appropriate directory: cd mia-engine
  3. Run yarn to install dependencies

Getting started with the project

  1. Configure your database connection on ormconfig.json
  • If you are using docker, you should run your database container first
  1. Run yarn dev:server to start the application on localhost:3333

Some Observations about this project

This project is part of my personal portfolio, I'm trying improve my skills, so, I'll be happy if you could provide me any feedback about the project.

You can report that could make me a better developer!

Email-me: ricardovasconcelos.dev@gmail.com

Connect with me at Linkedin: https://www.linkedin.com/in/ricardo-vasconcelos/

Also, you can use this Project as you wish!!

It's free!

About

The backend of a region tracker with cases of people infected with an infectious disease


Languages

Language:TypeScript 96.4%Language:JavaScript 3.6%