Skip to content

maulanaadil/Maulnad_porto_BE

Repository files navigation

Express Logo

Express' application generator.

NPM Version NPM Downloads Linux Build Windows Build

Installation

$ git clone git@github.com:maulanaadil started-template-express.git

Configure the database on .env.example

install packages

$ npm install

build the project first, for the development / production

$ npm run build

migrate database development

$ npx prisma migrate dev --name init

seeding the data to database

$ npm run seed

start development

$ npm run dev

Documentation

Go to localhost:{PORT}/docs to see documentation API

or

Go to Postman DOC for the [LATEST API] Documentation https://documenter.getpostman.com/view/12008621/2s8Ysp1F8v

License

MIT