astroame / mooveit-backend

mooveit-backend - backend API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MooveIT API

Tech Stack

Usage

  • Clone this repo
  • Copy .env.example to a new .env file
  • Generate your environment variables

Install dependencies

$ yarn install

Run App

# Run in dev mode
$ yarn dev

# Run in prod mode
$ yarn start

For API documentation

  • Import mooveit-api.postman_collection.json in postman
  • After working on it API, always export your API folder to the root of this application with the same name as above mooveit.postman_collection.json
  • Then run the command to auto generate the api documentation and automatically push to github
$ yarn git

Deploy the API directly to Heroku

$ yarn deploy

Version: 1.0.0

License: MIT License

About

mooveit-backend - backend API


Languages

Language:HTML 78.6%Language:JavaScript 21.4%