This repository contains APIs and microservices certification projects.
For more information please visit https://www.freecodecamp.org/.
To run an individual project, after cloning the repository:
- navigate to it's folder e.g.
01-timestamp-microservice
- install the required dependencies using
npm install
- if the project requires access to a
MongoDB
database make sure that the connection URI is available underDB
environment variable - use one of the available scripts to start the application:
start server (by default on
localhost:3000
) start server in development mode usingnodemon
(by default onlocalhost:3000
)