Skip to content

GThinesh/cd0354-monolith-to-microservices-circleci-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cd0354-monolith-to-microservices-circleci-exercise

A sample node application to showcase the use of CircleCI

How to build on local?

Ensure that you have Node v18.15.0 or higher installed on your local machine.

node --version

Install the dependencies.

npm install

Navigate to the current application root directory, and start the server.

# Development mode
npm run dev
# Prod mode
npm run start

If everything goes well, the server will serve the application at http://localhost:5000/

About

A sample node application to showcase the use of CircleCI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%