Skip to content

jboy457/express-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-blog

Getting started

  • Clone the repository
git clone  <git lab template url> <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Create a .env file in the project directory

  • Copy all key param in .env.dev into .env and update them with values

  • Build and run the project

npm start
  • Build and run the project in development
npm run dev

Note that the above command will only work if you have nodemon installed globally on your system

  • To Run all test cases.
npm test or npm run test
  • To Run a single test cases
npm run test:only <test file name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors