Skip to content

Node.js backend market application for Agricultural Products Rural

Notifications You must be signed in to change notification settings

milad145/alver-backend

Repository files navigation

Express backend kit

  • express kit starter for backend APIs

Installation:

  • clone repository to your local
  • cd to repo
  • run npm install or yarn on your terminal

Set configs:

  • set your custom config at config/ for different environments
  • set Javascript Standard Style as your IDE code style and use config file Standard.xml at the root directory

Create .env file

  • copy .env-sample file and rename it to .env
  • edit .env file

Create config files

  • copy development-sample.json file and rename it to development.json
  • copy production-sample.json file and rename it to production.json
  • edit development.json and production.json files

Run Server:

  • npm run dev for development environment
  • npm run prod for production environment

About

Node.js backend market application for Agricultural Products Rural

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published