Minimal Authentication Server built on Node.js, Express.js, MySQL and Typescript.
Molybdenum is built using yarn for package management. To use other Node package managers such as npm or pnpm.
Delete the yarn.lock
file and run npm install
or pnpm install
to install the dependencies. Also, use your preferred package manager in place of yarn
to execute
the following commands.
- Clone the repository and run
yarn
to install the dependencies. - Create a
.env
file in the root directory and populate it using the.env.example
file. - Run
yarn start
to start the server. - Run
yarn test
to run the tests. - Run
yarn run build
to build the production application.
Try out a live deployment demo of the application.
Check out the documentation for more information.