JersyFernandesJF / field_finder_API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field Finder API

This a Back End for Front End Application

Installation

Make sure you have Node.js and npm installed globally on your machine.

-Node JS

  1. Clone this repository.
  2. Run npm install to install dependencies.
  3. Copy .env.example to .env and fill in the environment variables as needed.
  4. Run npm run dev to start the development server.
  5. Go to http://localhost:3000 to view the project.

How to run

To run this web app you must need to install:

You've Probably already installed it

After that go to your project folder and run:

$ yarn # To install the dependencies
$ yarn dev # To run the app

## Estrutura do Projeto

-src
  --controller(Controllers Implementation)
  --entity(Models Implementation)
  --Routes(Routes Implementation)

## Technologies Used

- [Node.js](https://nodejs.org/en/download/current)
- [TypeScript](https://www.typescriptlang.org/docs/handbook/advanced-types.html)
- [Prisma](https://www.prisma.io/)
- [TypeORM](https://typeorm.io/)
- Outras tecnologias, se aplicável.

About


Languages

Language:TypeScript 100.0%