Official API Specifications here
Node.Js V19
Clone the repository to your local machine
git clone https://github.com/Luckny/Conduit-App-Backend.git
Navigate into root of repository
cd Conduit-App-Backend
Install application dependencies
npm install
Create a .env
file based on this example:
`PORT=`
`DB_URI=mongodb://localhost:27017/{ChoseName}`
`JWT_SECRET=secret-key`