Skip to content

Instantly share code, notes, and snippets.

@deyvidholz
Last active December 16, 2021 18:37
Show Gist options
  • Select an option

  • Save deyvidholz/68050959e5c6f2a168f3209b515ccd3f to your computer and use it in GitHub Desktop.

Select an option

Save deyvidholz/68050959e5c6f2a168f3209b515ccd3f to your computer and use it in GitHub Desktop.
README template for projects

πŸ’» Project Name πŸ’»

πŸƒ Quick Start

  • Create .env file based on .env.example in the project folder
  • Change tokens of JWT_SECRET and API_TOKEN_SALT in .env file
  • Install dependencies using yarn or npm install
  • Start the project for development using yarn develop or npm run develop

πŸ“ Description

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus commodo, sem nec pretium luctus, erat elit molestie erat, eget facilisis massa sapien et quam. Etiam dolor urna, imperdiet et ligula ut, malesuada vulputate tortor. Vestibulum finibus, turpis ut ultricies euismod, eros est congue neque, vel accumsan odio massa ultricies orci.

βž• Dependencies

These tecnologies listed below are required to run the project properly:

  • Node >= v16.13
  • NPM => v8.1.2
  • Docker (optional) >= 20.10.12

To install the dependencies, use yarn or npm install.

πŸ“ Setting up database

  • Start docker containers using docker-compose up
  • Create tables by running migrations: yarn migrate or npm run migrate

πŸ”¨ Building the project

  • Use yarn build or npm run build

πŸš€ Running the app

  • Start docker containers using docker-compose up
  • Development: yarn develop or npm run develop
  • Production: yarn start or npm start

⚠️ Note

🚧 Project is currently in development. 🚧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment