developerantoniosousa / freelancer-system

Freelancer API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freelancer

Setup

  1. Get a project.
$ git clone https://github.com/developerantoniosousa/freelancer-system
  1. Install dependencies.
$ yarn install \\ npm i
  1. Set up your environment
$ cp .env.example .env
  1. Run migrations
$ npx sequelize db:migrate
  1. Run
$ yarn dev \\ or npm run dev

Make download of file exported of Insomnia and import that file

About

Freelancer API


Languages

Language:JavaScript 98.9%Language:Shell 1.1%