Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 336 Bytes

InstaAiep Backend

This is a simple api for the instaAiep project

Installation

git clone https://github.com/jotamaster/instaaiep-backend.git

cd instaaiep-backend

npm i

create and configure .env file and create database then run the following commands

knex migrate:latest

knex seed:run

npm run start