Skip to content

WesternDeveloperSociety/24-ues-council-management-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT NAME

below are common sections that you may like to populate or leave empty to populate later. refer to the template repo WesternDeveloperSociety/project-spec-template for the default.

Purpose

what and who is this project for?

Contribution

add instructions on how to contribute to this repository, below is an example

  1. Create a branch off of dev branch named in the format <name>/type-title-of-this-branch.

    • valid types include:
      • feat: feature
      • fix: bug fix
      • refact: refactor
      • docs: documentation
      • chore: a chore
  2. Once development is concluded, open a pull request from your branch back to the dev branch.

Branches

  • dev: where contributions are made
  • qa: contains a functional version of code to be tested
  • prod: production ready code to be released

Development

add instructions on how to start the dev environment, below is an example

  1. Install dependencies
npm i
  1. Start development server
npm run dev

Deployment

add instructions on how to deploy this project (in applicable), below is an example

  1. Ensure NODE_ENV=production
echo "NODE_ENV=production" > .env
  1. Install production dependencies
npm i
  1. Start production server
npm run start

Contributors

give yourself some credit

Team Leads:

  • Bob
  • His friends

Developers:

  • Robert
  • John
  • A few more friends

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors