API for mylist.
The following contains the steps required to get the application up and running on your local workspace. To check out the available endpoints, visit the documentation.
- Node v15.14.0
- npm v7.9.0
- Git v2.31.1
To run the app locally, follow the steps below:
-
Clone the repository to your PC using your terminal. For more info, refer to this article
-
After cloning, navigate into the repo using the command:
cd mylist-api
-
Install the dependencies in the package.json using the command:
npm install
-
After the dependencies have been installed successfully, create a .env file at the root. Take a look at the env.sample file and configure your environment variables with your values in the .env file.
-
After adding the environment variables, run the app in your terminal using the command:
npm run dev